/sbt-thrift

A sbt plugin for thrift & scrooge

Primary LanguageScala

Usages

make sure thrift is in the PATH

add thrift and scrooge dependencies

libraryDependencies ++= Seq(
  "org.apache.thrift" % "libthrift" % "0.9.2",
  "com.twitter" %% "scrooge-core" % "4.6.0",
  "com.twitter" %% "scrooge-serializer" % "4.6.0"
) map (_ exclude ("com.twitter", "libthrift"))