Download simplelatlng-1.3.0.jar file - Jar s

Jar examples for s:simplelatlng

Description

Simple Java implementation of common latitude and longitude calculations.

You can download jar file simplelatlng 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add simplelatlng-1.3.0.jar to your project.

<dependency>
   <groupId>com.javadocmd</groupId>
   <artifactId>simplelatlng</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.javadocmd', name: 'simplelatlng', version: '1.3.0'
libraryDependencies += "com.javadocmd" % "simplelatlng" % "1.3.0"
<dependency org="com.javadocmd" name="simplelatlng" rev="1.3.0"/>
@Grapes(@Grab(group='com.javadocmd', module='simplelatlng', version='1.3.0'))
'com.javadocmd:simplelatlng:jar:1.3.0'

Download

Click the following link to download the jar file.

simplelatlng-1.3.0-javadoc.jar
simplelatlng-1.3.0-sources.jar
simplelatlng-1.3.0.jar
simplelatlng-1.3.0.pom



Related Tutorials