Download SassyReader-0.5.jar file - Jar s

Jar examples for s:SassyReader

Description

A file reader of the sas7bdat file format, aka. SAS tables. Includes adaption for the MetaModel framework to allow more elaborate querying and exploration abilities.

You can download jar file SassyReader 0.5 in this page.

Build File

You can use the following script to add SassyReader-0.5.jar to your project.

<dependency>
   <groupId>org.eobjects.sassyreader</groupId>
   <artifactId>SassyReader</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'org.eobjects.sassyreader', name: 'SassyReader', version: '0.5'
libraryDependencies += "org.eobjects.sassyreader" % "SassyReader" % "0.5"
<dependency org="org.eobjects.sassyreader" name="SassyReader" rev="0.5"/>
@Grapes(@Grab(group='org.eobjects.sassyreader', module='SassyReader', version='0.5'))
'org.eobjects.sassyreader:SassyReader:jar:0.5'

Download

Click the following link to download the jar file.

SassyReader-0.5-javadoc.jar
SassyReader-0.5-sources.jar
SassyReader-0.5.jar
SassyReader-0.5.pom



Related Tutorials