| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdcom.github.deng0515001 |
| ArtifactId | ArtifactIdlnglat2Geo |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lnglat2Geo-1.0.4.pom | |
| lnglat2Geo-1.0.4.jar | 39 MB |
| lnglat2Geo-1.0.4-sources.jar | 39 MB |
| lnglat2Geo-1.0.4-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.deng0515001/lnglat2Geo/ -->
<dependency>
<groupId>com.github.deng0515001</groupId>
<artifactId>lnglat2Geo</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.deng0515001/lnglat2Geo/
implementation 'com.github.deng0515001:lnglat2Geo:1.0.4'
// https://jarcasting.com/artifacts/com.github.deng0515001/lnglat2Geo/
implementation ("com.github.deng0515001:lnglat2Geo:1.0.4")
'com.github.deng0515001:lnglat2Geo:jar:1.0.4'
<dependency org="com.github.deng0515001" name="lnglat2Geo" rev="1.0.4">
<artifact name="lnglat2Geo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.deng0515001', module='lnglat2Geo', version='1.0.4')
)
libraryDependencies += "com.github.deng0515001" % "lnglat2Geo" % "1.0.4"
[com.github.deng0515001/lnglat2Geo "1.0.4"]