Download tsfile-0.1.0.jar file - Jar t

Jar examples for t:tsfile

Description

A columnar file format designed for time-series data

You can download jar file tsfile 0.1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add tsfile-0.1.0.jar to your project.

<dependency>
   <groupId>cn.edu.tsinghua</groupId>
   <artifactId>tsfile</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'cn.edu.tsinghua', name: 'tsfile', version: '0.1.0'
libraryDependencies += "cn.edu.tsinghua" % "tsfile" % "0.1.0"
<dependency org="cn.edu.tsinghua" name="tsfile" rev="0.1.0"/>
@Grapes(@Grab(group='cn.edu.tsinghua', module='tsfile', version='0.1.0'))
'cn.edu.tsinghua:tsfile:jar:0.1.0'

Download

Click the following link to download the jar file.

tsfile-0.1.0-jar-with-dependencies.jar
tsfile-0.1.0-javadoc.jar
tsfile-0.1.0-sources.jar
tsfile-0.1.0.jar
tsfile-0.1.0.pom



Related Tutorials