GroupId | GroupIdorg.apache.sis |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.8 |
Type | Typepom |
Filename | Size |
---|---|
core-0.8.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sis/core/ -->
<dependency>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sis/core/
implementation 'org.apache.sis:core:0.8'
// https://jarcasting.com/artifacts/org.apache.sis/core/
implementation ("org.apache.sis:core:0.8")
'org.apache.sis:core:pom:0.8'
<dependency org="org.apache.sis" name="core" rev="0.8">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sis', module='core', version='0.8')
)
libraryDependencies += "org.apache.sis" % "core" % "0.8"
[org.apache.sis/core "0.8"]