mohankreddy / javadrone

Automatically exported from code.google.com/p/javadrone
0 stars 0 forks source link

Set up public Maven repository for the project #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have public maven repository for javadrone API.

Can we host it at google code? If not we can do it at codeminders.com web 
server in US.

Original issue reported on code.google.com by kroko...@gmail.com on 27 Jul 2012 at 5:58

GoogleCodeExporter commented 9 years ago
Issue 39 has been merged into this issue.

Original comment by kroko...@gmail.com on 1 Aug 2012 at 4:16

GoogleCodeExporter commented 9 years ago
API project is now submitted to central maven repository  
http://search.maven.org/#artifactdetails|com.codeminders|javadrone-api|1.3|jar 

use this dependency description 
 <dependency>
    <groupId>com.codeminders</groupId>
    <artifactId>javadrone-api</artifactId>
    <version>1.3</version>
</dependency>

to include it inside project

Original comment by dshm...@codeminders.com on 11 Jan 2013 at 5:07