| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.davidmoten |
| ArtifactId | ArtifactIdgrib2json |
| Last Version | Last Version0.8.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongrib2json
GRIB to JSON converter - forked by Dave Moten
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| grib2json-0.8.0.3.pom | |
| grib2json-0.8.0.3.tar.gz | 13 MB |
| grib2json-0.8.0.3-sources.jar | 10 KB |
| grib2json-0.8.0.3-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/grib2json/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>grib2json</artifactId>
<version>0.8.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/grib2json/
implementation 'com.github.davidmoten:grib2json:0.8.0.3'
// https://jarcasting.com/artifacts/com.github.davidmoten/grib2json/
implementation ("com.github.davidmoten:grib2json:0.8.0.3")
'com.github.davidmoten:grib2json:jar:0.8.0.3'
<dependency org="com.github.davidmoten" name="grib2json" rev="0.8.0.3">
<artifact name="grib2json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='grib2json', version='0.8.0.3')
)
libraryDependencies += "com.github.davidmoten" % "grib2json" % "0.8.0.3"
[com.github.davidmoten/grib2json "0.8.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| ch.qos.logback : logback-classic Optional | jar | 1.0.9 |
| joda-time : joda-time | jar | 2.3 |
| org.glassfish : javax.json | jar | 1.0.3 |
| com.lexicalscope.jewelcli : jewelcli | jar | 0.8.8 |
| edu.ucar : grib | jar | 4.3.19 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |