| License |
License |
|---|---|
| GroupId | GroupIdedu.ucar |
| ArtifactId | ArtifactIdgrib |
| Last Version | Last Version8.0.29 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGRIB Decoder API
Decoder for the GRIB format.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| grib-8.0.29.pom | |
| grib-8.0.29.jar | 4 MB |
| grib-8.0.29-sources.jar | 4 MB |
| grib-8.0.29-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.ucar/grib/ -->
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>grib</artifactId>
<version>8.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucar/grib/
implementation 'edu.ucar:grib:8.0.29'
// https://jarcasting.com/artifacts/edu.ucar/grib/
implementation ("edu.ucar:grib:8.0.29")
'edu.ucar:grib:jar:8.0.29'
<dependency org="edu.ucar" name="grib" rev="8.0.29">
<artifact name="grib" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucar', module='grib', version='8.0.29')
)
libraryDependencies += "edu.ucar" % "grib" % "8.0.29"
[edu.ucar/grib "8.0.29"]
| Group / Artifact | Type | Version |
|---|---|---|
| edu.ucar : unidataCommon | jar | 4.2.20 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |