Download grib-4.5.5.jar file - Jar g

Jar examples for g:grib

Description

Decoder for the GRIB format.

You can download jar file grib 4.5.5 in this page.

Build File

You can use the following script to add grib-4.5.5.jar to your project.

<dependency>
   <groupId>edu.ucar</groupId>
   <artifactId>grib</artifactId>
   <version>4.5.5</version>
</dependency>
compile group: 'edu.ucar', name: 'grib', version: '4.5.5'
libraryDependencies += "edu.ucar" % "grib" % "4.5.5"
<dependency org="edu.ucar" name="grib" rev="4.5.5"/>
@Grapes(@Grab(group='edu.ucar', module='grib', version='4.5.5'))
'edu.ucar:grib:jar:4.5.5'

Download

Click the following link to download the jar file.

grib-4.5.5-javadoc.jar
grib-4.5.5-sources.jar
grib-4.5.5.jar
grib-4.5.5.pom



Related Tutorials