Skip to content

Instantly share code, notes, and snippets.

View Roland4444's full-sized avatar
🌴
On vacation

Roland4444

🌴
On vacation
View GitHub Profile
@softprops
softprops / build.sbt
Created November 27, 2011 05:35
unfiltered embedded jetty
libraryDependencies += Seq(
"net.databinder" %% "unfiltered-filter" % "0.5.1",
"net.databinder" %% "unfiltered-jetty" % "0.5.1",
)