-
Notifications
You must be signed in to change notification settings - Fork 0
Installing MEF
ianrae edited this page Oct 23, 2013
·
10 revisions
MEF is available as a github repository. Include it in your project by following these instructions.
Add this to your appDependencies:
"commons-io" % "commons-io" % "2.3",
"mettle" % "mettle_2.10" % "1.0-SNAPSHOT"
Then set your project to include a resolver:
val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(
resolvers += Resolver.url("Mettle Repository", url("http://ianrae.github.io/snapshot/"))(Resolver.ivyStylePatterns),
checksums := Nil
)