Download seedCodec-1.0.11.jar file - Jar s

Jar examples for s:seedCodec

Description

A collection of compression and decompression routines for standard seismic data formats in Java.

You can download jar file seedCodec 1.0.11 in this page.

License

The GNU General Public License, Version 3

Build File

You can use the following script to add seedCodec-1.0.11.jar to your project.

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

Download

Click the following link to download the jar file.

seedCodec-1.0.11-javadoc.jar
seedCodec-1.0.11-sources.jar
seedCodec-1.0.11.jar
seedCodec-1.0.11.pom



Related Tutorials