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