<dependency> <groupId>org.apache.sis.storage</groupId> <artifactId>sis-storage</artifactId> <version>0.6</version> <type>bundle</type> </dependency>
implementation 'org.apache.sis.storage:sis-storage:0.6'
implementation("org.apache.sis.storage:sis-storage:0.6")
libraryDependencies += "org.apache.sis.storage" % "sis-storage" % "0.6"
@Grapes( @Grab(group='org.apache.sis.storage', module='sis-storage', version='0.6') )
<dependency org="org.apache.sis.storage" name="sis-storage" rev="0.6" />
[org.apache.sis.storage/sis-storage "0.6"]
'org.apache.sis.storage:sis-storage:jar:0.6'
<parent> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> <version>0.6</version> </parent>
test
|-- org.apache.sis.core:sis-metadata