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