is not current version
Last Version 1.2

org.apache.sis:core 0.4

Group of modules providing the core of Apache SIS services: metadata, referencing, geometry, feature, coverage, rendering.

GroupId

GroupId

org.apache.sis
ArtifactId

ArtifactId

core
Version

Version

0.4
Type

Type

pom

Download core 0.4

Filename Size
core-0.4.pom 4 KB
Browse

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