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