Last active
September 26, 2016 03:26
-
-
Save pgordon9/002d49e2a5ddae78ba2ce19d398c8f5b to your computer and use it in GitHub Desktop.
Embedded Jetty Server | parkergordon.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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