Skip to content

Instantly share code, notes, and snippets.

@ochafik
Last active December 12, 2015 09:39
Show Gist options
  • Save ochafik/4753654 to your computer and use it in GitHub Desktop.
Save ochafik/4753654 to your computer and use it in GitHub Desktop.
import scalaxy.beans._
new MyBean().set(foo = 10, bar = 12)
// 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