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