Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
---|---|
GroupId | GroupIdcom.belteshazzar |
ArtifactId | ArtifactIdgeojson |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
geojson-0.0.1.pom | |
geojson-0.0.1.jar | 15 KB |
geojson-0.0.1-sources.jar | 10 KB |
geojson-0.0.1-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.belteshazzar/geojson/ -->
<dependency>
<groupId>com.belteshazzar</groupId>
<artifactId>geojson</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.belteshazzar/geojson/
implementation 'com.belteshazzar:geojson:0.0.1'
// https://jarcasting.com/artifacts/com.belteshazzar/geojson/
implementation ("com.belteshazzar:geojson:0.0.1")
'com.belteshazzar:geojson:jar:0.0.1'
<dependency org="com.belteshazzar" name="geojson" rev="0.0.1">
<artifact name="geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.belteshazzar', module='geojson', version='0.0.1')
)
libraryDependencies += "com.belteshazzar" % "geojson" % "0.0.1"
[com.belteshazzar/geojson "0.0.1"]