Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

d2iq-archive/tachyon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tachyon

The master branch is in version 0.6.0-SNAPSHOT:

Building applications with Tachyon

Dependency Information

Apache Maven

<dependency>
  <groupId>org.tachyonproject</groupId>
  <artifactId>tachyon-client</artifactId>
  <version>0.5.0</version>
</dependency>

Gradle

compile 'org.tachyonproject:tachyon-client:0.5.0'

Apache Ant

<dependency org="org.tachyonproject" name="tachyon" rev="0.5.0">
  <artifact name="tachyon-client" type="jar" />
</dependency>

SBT

libraryDependencies += "org.tachyonproject" % "tachyon-client" % "0.5.0"

Packages

No packages published

Languages

  • Java 98.4%
  • Shell 1.3%
  • Other 0.3%