License |
License |
---|---|
GroupId | GroupIdcom.github.marlonlom |
ArtifactId | ArtifactIdlatlng2dms |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionlatlng2dms
Simple java library for converting latitude/longitudes to degrees/minutes/seconds format.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
latlng2dms-1.0.0.pom | |
latlng2dms-1.0.0.jar | 9 KB |
latlng2dms-1.0.0-sources.jar | 7 KB |
latlng2dms-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marlonlom/latlng2dms/ -->
<dependency>
<groupId>com.github.marlonlom</groupId>
<artifactId>latlng2dms</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marlonlom/latlng2dms/
implementation 'com.github.marlonlom:latlng2dms:1.0.0'
// https://jarcasting.com/artifacts/com.github.marlonlom/latlng2dms/
implementation ("com.github.marlonlom:latlng2dms:1.0.0")
'com.github.marlonlom:latlng2dms:jar:1.0.0'
<dependency org="com.github.marlonlom" name="latlng2dms" rev="1.0.0">
<artifact name="latlng2dms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marlonlom', module='latlng2dms', version='1.0.0')
)
libraryDependencies += "com.github.marlonlom" % "latlng2dms" % "1.0.0"
[com.github.marlonlom/latlng2dms "1.0.0"]