Skip to content

Installation

Lucas Satabin edited this page Oct 23, 2013 · 4 revisions

tiscaf is published on Maven Central Repository. tiscaf is currenlty compiled against Scala 2.9.3 and 2.10

Sbt

Add this dependency to your sbt build configuration

"org.gnieh" %% "tiscaf" % "0.8"

Maven

Add this section to your dependencies

<dependency>
  <groupId>org.gnieh</groupId>
  <artifactId>tiscaf_${scala.version}</artifactId>
  <version>0.8</version>
</dependency>
Clone this wiki locally