<dependency> <groupId>org.apache.sis.storage</groupId> <artifactId>sis-geotiff</artifactId> <version>1.4</version> </dependency>
implementation 'org.apache.sis.storage:sis-geotiff:1.4'
implementation("org.apache.sis.storage:sis-geotiff:1.4")
libraryDependencies += "org.apache.sis.storage" % "sis-geotiff" % "1.4"
@Grapes( @Grab(group='org.apache.sis.storage', module='sis-geotiff', version='1.4') )
<dependency org="org.apache.sis.storage" name="sis-geotiff" rev="1.4" />
[org.apache.sis.storage/sis-geotiff "1.4"]
'org.apache.sis.storage:sis-geotiff:jar:1.4'
<parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> <version>1.4</version> </parent>
compile
|-- org.apache.sis.storage:sis-storage:1.4
|-- jakarta.xml.bind:jakarta.xml.bind-api:4.0.1