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