Question

I can't find how to use halbuilder in my spray project. The first step is to add the correct dependencies to my build.sbt file and then I can read the API documentation.

Anyone out there has used halbuilder in a scala project?

Was it helpful?

Solution

libraryDependencies += "com.theoryinpractise" % "halbuilder-core" % "2.0.1"

From googled example.

It seems it works:

scala> import com.theoryinpractise.halbuilder._
import com.theoryinpractise.halbuilder._

It's a correct location according to pom.xml:

<groupId>com.theoryinpractise</groupId>
<artifactId>halbuilder-scala</artifactId>

Disclaimer: I've never used it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top