Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.github.sergeybudnik |
ArtifactId | ArtifactIdGeoDecoder |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
GeoDecoder-1.0.0.pom | |
GeoDecoder-1.0.0.jar | 19 KB |
GeoDecoder-1.0.0-sources.jar | 7 KB |
GeoDecoder-1.0.0-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sergeybudnik/GeoDecoder/ -->
<dependency>
<groupId>com.github.sergeybudnik</groupId>
<artifactId>GeoDecoder</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sergeybudnik/GeoDecoder/
implementation 'com.github.sergeybudnik:GeoDecoder:1.0.0'
// https://jarcasting.com/artifacts/com.github.sergeybudnik/GeoDecoder/
implementation ("com.github.sergeybudnik:GeoDecoder:1.0.0")
'com.github.sergeybudnik:GeoDecoder:jar:1.0.0'
<dependency org="com.github.sergeybudnik" name="GeoDecoder" rev="1.0.0">
<artifact name="GeoDecoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sergeybudnik', module='GeoDecoder', version='1.0.0')
)
libraryDependencies += "com.github.sergeybudnik" % "GeoDecoder" % "1.0.0"
[com.github.sergeybudnik/GeoDecoder "1.0.0"]