Last active
December 12, 2015 09:39
-
-
Save ochafik/4753654 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import scalaxy.beans._ | |
new MyBean().set(foo = 10, bar = 12) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Only works with 2.10.0+ | |
scalaVersion := "2.10.0" | |
// Dependency at compilation-time only (not at runtime). | |
libraryDependencies += "com.nativelibs4java" %% "scalaxy-beans" % "0.3-SNAPSHOT" % "provided" | |
// Scalaxy/Beans snapshots are published on the Sonatype repository. | |
resolvers += Resolver.sonatypeRepo("snapshots") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment