g

gt-epsg-extension

Contains extra CRS defined by ESRI (and other parties) in the EPSG namespace. Those CRS are not defined in the official ESPG database, but are used widely enough to warant an optional plugin in Geotools. This plugin do not contains any definition already found in the official EPSG database - it is not a replacement for epsg-hsql or epsg-postgresql. One of the above plugins (at user choice) should be in the classpath.
Lesser General Public License (LGPL)
Jody Garnett Martin Desruisseaux Andrea Aime
Files download
File Operation
gt-epsg-extension-24.2.jar download
gt-epsg-extension-24.2.pom download
gt-epsg-extension-24.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.oss84.geotools</groupId>
  <artifactId>gt-epsg-extension</artifactId>
  <version>24.2</version>
</dependency>
Gradle Groovy
implementation 'io.oss84.geotools:gt-epsg-extension:24.2'
Gradle Kotlin
implementation("io.oss84.geotools:gt-epsg-extension:24.2")
Scala SBT
libraryDependencies += "io.oss84.geotools" % "gt-epsg-extension" % "24.2"
Groovy Grape
@Grapes(
  @Grab(group='io.oss84.geotools', module='gt-epsg-extension', version='24.2')
)
Apache Ivy
<dependency org="io.oss84.geotools" name="gt-epsg-extension" rev="24.2" />
Leiningen
[io.oss84.geotools/gt-epsg-extension "24.2"]
Apache Buildr
'io.oss84.geotools:gt-epsg-extension:jar:24.2'