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