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