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