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