c

core

Group of modules providing the core of Apache SIS services: metadata, referencing, geometry, feature, coverage, rendering.
Johann Sorel Martin Desruisseaux Joseph F. White Rémi Maréchal Travis L. Pinney
Files download
File Operation
core-1.3.pom download
Apache Maven
<dependency>
  <groupId>org.apache.sis</groupId>
  <artifactId>core</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis:core:1.3'
Gradle Kotlin
implementation("org.apache.sis:core:1.3")
Scala SBT
libraryDependencies += "org.apache.sis" % "core" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis', module='core', version='1.3')
)
Apache Ivy
<dependency org="org.apache.sis" name="core" rev="1.3" />
Leiningen
[org.apache.sis/core "1.3"]
Apache Buildr
'org.apache.sis:core:jar:1.3'