Categories |
CategoriesIDE Development Tools Geo Business Logic Libraries Geospatial ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons |
ArtifactId | ArtifactIdgeo |
Version | Version2.0.10 |
Type | Typejar |
Filename | Size |
---|---|
geo-2.0.10.pom | |
geo-2.0.10.jar | 32 MB |
geo-2.0.10-sources.jar | 32 MB |
geo-2.0.10-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/geo/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>geo</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/geo/
implementation 'org.openidentityplatform.commons:geo:2.0.10'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/geo/
implementation ("org.openidentityplatform.commons:geo:2.0.10")
'org.openidentityplatform.commons:geo:jar:2.0.10'
<dependency org="org.openidentityplatform.commons" name="geo" rev="2.0.10">
<artifact name="geo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='geo', version='2.0.10')
)
libraryDependencies += "org.openidentityplatform.commons" % "geo" % "2.0.10"
[org.openidentityplatform.commons/geo "2.0.10"]