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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -