License |
License |
---|---|
GroupId | GroupIdio.github.hlfsousa |
ArtifactId | ArtifactIdncml-binding |
Version | Version0.5.7-downgraded |
Type | Typepom |
Description |
DescriptionNcML Binding
Provides an infrastructure to map NetCDF files to Java Objects, similar to what JAX-B does for XML.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationHenrique L. F. de Sousa |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ncml-binding-0.5.7-downgraded.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-binding/ -->
<dependency>
<groupId>io.github.hlfsousa</groupId>
<artifactId>ncml-binding</artifactId>
<version>0.5.7-downgraded</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-binding/
implementation 'io.github.hlfsousa:ncml-binding:0.5.7-downgraded'
// https://jarcasting.com/artifacts/io.github.hlfsousa/ncml-binding/
implementation ("io.github.hlfsousa:ncml-binding:0.5.7-downgraded")
'io.github.hlfsousa:ncml-binding:pom:0.5.7-downgraded'
<dependency org="io.github.hlfsousa" name="ncml-binding" rev="0.5.7-downgraded">
<artifact name="ncml-binding" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.hlfsousa', module='ncml-binding', version='0.5.7-downgraded')
)
libraryDependencies += "io.github.hlfsousa" % "ncml-binding" % "0.5.7-downgraded"
[io.github.hlfsousa/ncml-binding "0.5.7-downgraded"]