MVN

org.apache.sis : non-free

Maven & Gradle

Dec 17, 2022

Non-free resources for Apache SIS · The "non-free" modules contain data that may be used, copied and distributed subject to conditions more restrictive than the usual open source licenses. Those data are not included in Apache releases, but are nevertheless deployed on Maven Central for convenience only. Users who want those data need to declare a Maven dependency explicitely. Licenses are declared in their respective sub-module.

<dependency>
    <groupId>org.apache.sis</groupId>
    <artifactId>non-free</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sis : non-free to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.apache.sis : non-free to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
non-free-1.3
1.2
non-free-1.2
1.1
non-free-1.1
1.0
non-free-1.0
0.8
non-free-0.8
sis
non-free-sis-epsg
non-free-sis-embedded-data

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.sis</groupId>
    <artifactId>non-free</artifactId>
    <version>1.3</version>
</dependency>