is not current version
Last Version 1.2

org.apache.sis.non-free:sis-embedded-data 0.8

Provides non-free data, including the EPSG geodetic dataset, in a single read-only JAR file. This 'sis-embedded-data' module contains a copy of EPSG geodetic dataset in an embedded Apache Derby database. Having this module on the classpath avoid the need to set the 'SIS_DATA' environment variable for using the Coordinate Reference Systems (CRS) and Coordinate Operations defined by EPSG. EPSG is maintained by the IOGP Surveying & Positioning Committee and reproduced in this module with same content. See http://www.epsg.org/ for more information.

Categories

Categories

Data
GroupId

GroupId

org.apache.sis.non-free
ArtifactId

ArtifactId

sis-embedded-data
Version

Version

0.8
Type

Type

jar

Download sis-embedded-data 0.8


<!-- https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-embedded-data/ -->
<dependency>
    <groupId>org.apache.sis.non-free</groupId>
    <artifactId>sis-embedded-data</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-embedded-data/
implementation 'org.apache.sis.non-free:sis-embedded-data:0.8'
// https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-embedded-data/
implementation ("org.apache.sis.non-free:sis-embedded-data:0.8")
'org.apache.sis.non-free:sis-embedded-data:jar:0.8'
<dependency org="org.apache.sis.non-free" name="sis-embedded-data" rev="0.8">
  <artifact name="sis-embedded-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sis.non-free', module='sis-embedded-data', version='0.8')
)
libraryDependencies += "org.apache.sis.non-free" % "sis-embedded-data" % "0.8"
[org.apache.sis.non-free/sis-embedded-data "0.8"]