Skip to content

Instantly share code, notes, and snippets.

@codingricky
Created January 9, 2014 03:27
Show Gist options
  • Save codingricky/8328940 to your computer and use it in GitHub Desktop.
Save codingricky/8328940 to your computer and use it in GitHub Desktop.
name := "sample-play-with-guice"
version := "1.0-SNAPSHOT"
libraryDependencies ++= Seq(
javaJdbc,
javaEbean,
cache,
"com.google.inject" % "guice" % "4.0-beta"
)
play.Project.playJavaSettings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment