<dependency> <groupId>io.oss84.geotools.jdbc</groupId> <artifactId>gt-jdbc</artifactId> <version>24.2</version> <type>pom</type> </dependency>
implementation 'io.oss84.geotools.jdbc:gt-jdbc:24.2'
implementation("io.oss84.geotools.jdbc:gt-jdbc:24.2")
libraryDependencies += "io.oss84.geotools.jdbc" % "gt-jdbc" % "24.2"
@Grapes( @Grab(group='io.oss84.geotools.jdbc', module='gt-jdbc', version='24.2') )
<dependency org="io.oss84.geotools.jdbc" name="gt-jdbc" rev="24.2" />
[io.oss84.geotools.jdbc/gt-jdbc "24.2"]
'io.oss84.geotools.jdbc:gt-jdbc:jar:24.2'
<parent> <groupId>io.oss84.geotools</groupId> <artifactId>plugin</artifactId> <version>24.2</version> </parent>
compile
|-- io.oss84.geotools:gt-jdbc
test
|-- io.oss84.geotools:gt-sample-data
|-- io.oss84.geotools:gt-epsg-hsql
|-- org.mockito:mockito-core