GroupId | GroupIdorg.apache.sis |
---|---|
ArtifactId | ArtifactIdnon-free |
Version | Version0.8 |
Type | Typepom |
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"]