سؤال

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?

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top