is not current version
Last Version 1.2

org.apache.sis:non-free 0.8

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.

GroupId

GroupId

org.apache.sis
ArtifactId

ArtifactId

non-free
Version

Version

0.8
Type

Type

pom

Download non-free 0.8

Filename Size
non-free-0.8.pom 4 KB
Browse

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