Skip to content

Instantly share code, notes, and snippets.

@pgordon9
Last active September 26, 2016 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgordon9/002d49e2a5ddae78ba2ce19d398c8f5b to your computer and use it in GitHub Desktop.
Save pgordon9/002d49e2a5ddae78ba2ce19d398c8f5b to your computer and use it in GitHub Desktop.
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