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