1

I need to access Maven repository(upload and retrieve artifacts) from my C# code? What are the available C# libraries to get this done.

I think I probably need c# equivalent for the answers posted here Retrieving Maven Artifact from Repository using Maven Java API

Google/Stackoverflow results mostly in java libraries to do the same

Community
  • 1
  • 1
Sathish
  • 9
  • 1
  • Why do you need C# code to access a Maven repository? Why not using Java code for it? – khmarbaise May 12 '15 at 07:15
  • This is small part of a bigger c# code base, so I cant use Java code – Sathish May 12 '15 at 07:19
  • So why do you need access to maven repository which usually contains only Java code? So you have to giva via Aether or check to see if you find code related to [nuGet](http://www.nuget.org/) which should contain code to retrieve artifacts from a repository in particular from a Nexus which supports nuGet. – khmarbaise May 12 '15 at 07:21

0 Answers0