<dependency> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> <version>0.4</version> <type>pom</type> </dependency>
implementation 'org.apache.sis:storage:0.4'
implementation("org.apache.sis:storage:0.4")
libraryDependencies += "org.apache.sis" % "storage" % "0.4"
@Grapes( @Grab(group='org.apache.sis', module='storage', version='0.4') )
<dependency org="org.apache.sis" name="storage" rev="0.4" />
[org.apache.sis/storage "0.4"]
'org.apache.sis:storage:jar:0.4'
<parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> <version>0.4</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