Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.locationtech.geomesa |
ArtifactId | ArtifactIddocs |
Version | Version1.3.5 |
Type | Typepom |
Filename | Size |
---|---|
docs-1.3.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.locationtech.geomesa/docs/ -->
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>docs</artifactId>
<version>1.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.geomesa/docs/
implementation 'org.locationtech.geomesa:docs:1.3.5'
// https://jarcasting.com/artifacts/org.locationtech.geomesa/docs/
implementation ("org.locationtech.geomesa:docs:1.3.5")
'org.locationtech.geomesa:docs:pom:1.3.5'
<dependency org="org.locationtech.geomesa" name="docs" rev="1.3.5">
<artifact name="docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.geomesa', module='docs', version='1.3.5')
)
libraryDependencies += "org.locationtech.geomesa" % "docs" % "1.3.5"
[org.locationtech.geomesa/docs "1.3.5"]