Download seisFile-1.7.4.jar file - Jar s

Jar examples for s:seisFile

Description

A library for reading and writing seismic file formats in java.

You can download jar file seisFile 1.7.4 in this page.

License

The GNU General Public License, Version 3

Build File

You can use the following script to add seisFile-1.7.4.jar to your project.

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

Download

Click the following link to download the jar file.

seisFile-1.7.4-javadoc.jar
seisFile-1.7.4-sources.jar
seisFile-1.7.4.jar
seisFile-1.7.4.pom



Related Tutorials