-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add this dependency to your sbt build configuration
"org.gnieh" %% "tiscaf" % "0.8"
Add this section to your dependencies
<dependency>
<groupId>org.gnieh</groupId>
<artifactId>tiscaf_${scala.version}</artifactId>
<version>0.8</version>
</dependency>