seedCodec

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

License

License

GroupId

GroupId

edu.sc.seis
ArtifactId

ArtifactId

seedCodec
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://www.seis.sc.edu/seedCodec.html
Source Code Management

Source Code Management

https://github.com/crotwell/seedCodec

Download seedCodec

How to add to project

<!-- https://jarcasting.com/artifacts/edu.sc.seis/seedCodec/ -->
<dependency>
    <groupId>edu.sc.seis</groupId>
    <artifactId>seedCodec</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.sc.seis/seedCodec/
implementation 'edu.sc.seis:seedCodec:1.1.1'
// https://jarcasting.com/artifacts/edu.sc.seis/seedCodec/
implementation ("edu.sc.seis:seedCodec:1.1.1")
'edu.sc.seis:seedCodec:jar:1.1.1'
<dependency org="edu.sc.seis" name="seedCodec" rev="1.1.1">
  <artifact name="seedCodec" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.sc.seis', module='seedCodec', version='1.1.1')
)
libraryDependencies += "edu.sc.seis" % "seedCodec" % "1.1.1"
[edu.sc.seis/seedCodec "1.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.11