Categories |
CategoriesGeoTools Business Logic Libraries Geospatial Geo |
---|---|
GroupId | GroupIdio.oss84.geotools |
ArtifactId | ArtifactIdogc |
Version | Version24.2 |
Type | Typepom |
Filename | Size |
---|---|
ogc-24.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.oss84.geotools/ogc/ -->
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>ogc</artifactId>
<version>24.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.oss84.geotools/ogc/
implementation 'io.oss84.geotools:ogc:24.2'
// https://jarcasting.com/artifacts/io.oss84.geotools/ogc/
implementation ("io.oss84.geotools:ogc:24.2")
'io.oss84.geotools:ogc:pom:24.2'
<dependency org="io.oss84.geotools" name="ogc" rev="24.2">
<artifact name="ogc" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.oss84.geotools', module='ogc', version='24.2')
)
libraryDependencies += "io.oss84.geotools" % "ogc" % "24.2"
[io.oss84.geotools/ogc "24.2"]