Files download
File Operation
gt-jdbc-h2-24.2.jar download
gt-jdbc-h2-24.2.pom download
gt-jdbc-h2-24.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.oss84.geotools.jdbc</groupId>
  <artifactId>gt-jdbc-h2</artifactId>
  <version>24.2</version>
</dependency>
Gradle Groovy
implementation 'io.oss84.geotools.jdbc:gt-jdbc-h2:24.2'
Gradle Kotlin
implementation("io.oss84.geotools.jdbc:gt-jdbc-h2:24.2")
Scala SBT
libraryDependencies += "io.oss84.geotools.jdbc" % "gt-jdbc-h2" % "24.2"
Groovy Grape
@Grapes(
  @Grab(group='io.oss84.geotools.jdbc', module='gt-jdbc-h2', version='24.2')
)
Apache Ivy
<dependency org="io.oss84.geotools.jdbc" name="gt-jdbc-h2" rev="24.2" />
Leiningen
[io.oss84.geotools.jdbc/gt-jdbc-h2 "24.2"]
Apache Buildr
'io.oss84.geotools.jdbc:gt-jdbc-h2:jar:24.2'