scala - What do I have to add to my build.sbt in order to work with halbuilder? -
i can't find how use halbuilder in spray project. first step add correct dependencies build.sbt file , can read api documentation.
anyone out there has used halbuilder in scala project?
librarydependencies += "com.theoryinpractise" % "halbuilder-core" % "2.0.1"
from googled example.
it seems works:
scala> import com.theoryinpractise.halbuilder._ import com.theoryinpractise.halbuilder._
it's correct location according pom.xml:
<groupid>com.theoryinpractise</groupid> <artifactid>halbuilder-scala</artifactid>
disclaimer: i've never used it.
Comments
Post a Comment