Download tablesaw-0.7.6.4.jar file - Jar t

Jar examples for t:tablesaw

Description

High-performance Java Dataframe with integrated columnar storage

You can download jar file tablesaw 0.7.6.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add tablesaw-0.7.6.4.jar to your project.

<dependency>
   <groupId>com.github.lwhite1</groupId>
   <artifactId>tablesaw</artifactId>
   <version>0.7.6.4</version>
</dependency>
compile group: 'com.github.lwhite1', name: 'tablesaw', version: '0.7.6.4'
libraryDependencies += "com.github.lwhite1" % "tablesaw" % "0.7.6.4"
<dependency org="com.github.lwhite1" name="tablesaw" rev="0.7.6.4"/>
@Grapes(@Grab(group='com.github.lwhite1', module='tablesaw', version='0.7.6.4'))
'com.github.lwhite1:tablesaw:jar:0.7.6.4'

Download

Click the following link to download the jar file.

tablesaw-0.7.6.4-javadoc.jar
tablesaw-0.7.6.4-sources.jar
tablesaw-0.7.6.4.jar
tablesaw-0.7.6.4.pom



Related Tutorials