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