scalaxb is tested under Scala 2.11.
Install coursier (cs).
Install scalaxb using it.
$ cs install --contrib scalaxb
Install conscript (cs).
Install scalaxb using it.
$ cs eed3si9n/scalaxb
Install a SNAPSHOT version of scalaxb.
$ cs eed3si9n/scalaxb/x.x.x-SNAPSHOT
If you want to build from source, install git.
Download and install sbt.
Grab scalaxb's source and build:
$ git clone [email protected]:eed3si9n/scalaxb.git scalaxb
$ cd scalaxb
Open build.sbt
using your favorite editor, and change the version number to local-SNAPSHOT
.
This way our Ivy cache won't be confused when the official builds are released.
version := "local-SNAPSHOT",
Build, and publish it locally.
$ sbt "project app" "publishLocal"
Finally, install it using conscript.
$ cs --local eed3si9n/scalaxb/local-SNAPSHOT