JavadocMD / simplelatlng

A simple, lightweight library for common latitude and longitude calculation needs in Java.
90 stars 20 forks source link

Mavenize #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any chance to see this lib in some maven repo?

Original issue reported on code.google.com by den.or...@gmail.com on 2 Nov 2010 at 3:01

GoogleCodeExporter commented 9 years ago
I'll look into it, thanks for the suggestion.

Original comment by TylerCo...@gmail.com on 2 Nov 2010 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by TylerCo...@gmail.com on 2 Nov 2010 at 6:28

GoogleCodeExporter commented 9 years ago
Mavenized!

<dependency>
  <groupId>com.javadocmd</groupId>
  <artifactId>simplelatlng</artifactId>
  <version>RELEASE</version>
</dependency>

Original comment by TylerCo...@gmail.com on 11 Nov 2010 at 7:00

GoogleCodeExporter commented 9 years ago
thnx a lot!

Original comment by den.or...@gmail.com on 12 Nov 2010 at 1:02