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