<dependency> <groupId>org.apache.sis.storage</groupId> <artifactId>sis-netcdf</artifactId> <version>0.8</version> <type>bundle</type> </dependency>
implementation 'org.apache.sis.storage:sis-netcdf:0.8'
implementation("org.apache.sis.storage:sis-netcdf:0.8")
libraryDependencies += "org.apache.sis.storage" % "sis-netcdf" % "0.8"
@Grapes( @Grab(group='org.apache.sis.storage', module='sis-netcdf', version='0.8') )
<dependency org="org.apache.sis.storage" name="sis-netcdf" rev="0.8" />
[org.apache.sis.storage/sis-netcdf "0.8"]
'org.apache.sis.storage:sis-netcdf:jar:0.8'
<parent> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> <version>0.8</version> </parent>
compile
|-- org.apache.sis.storage:sis-storage
|-- edu.ucar:cdm
test
|-- org.slf4j:slf4j-jdk14