Skip to content

Instantly share code, notes, and snippets.

@pgordon9
Last active September 26, 2016 03:26
Embed
What would you like to do?
Embedded Jetty Server | parkergordon.io
libraryDependencies ++= Seq(
"org.eclipse.jetty" % "jetty-servlet" % "9.3.12.v20160915",
"org.eclipse.jetty" % "jetty-server" % "9.3.12.v20160915"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment