简体   繁体   中英

What do I have to add to my build.sbt in order to work with halbuilder?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM