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