<dependency> <groupId>org.apache.sis.storage</groupId> <artifactId>sis-storage</artifactId> <version>1.1</version> </dependency>
implementation 'org.apache.sis.storage:sis-storage:1.1'
implementation("org.apache.sis.storage:sis-storage:1.1")
libraryDependencies += "org.apache.sis.storage" % "sis-storage" % "1.1"
@Grapes( @Grab(group='org.apache.sis.storage', module='sis-storage', version='1.1') )
<dependency org="org.apache.sis.storage" name="sis-storage" rev="1.1" />
[org.apache.sis.storage/sis-storage "1.1"]
'org.apache.sis.storage:sis-storage:jar:1.1'
<parent> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> <version>1.1</version> </parent>
compile
|-- org.apache.sis.core:sis-feature
test
|-- com.esri.geometry:esri-geometry-api
|-- org.glassfish.jaxb:jaxb-runtime