Light web server very extensible
More information in: https://acsgh.github.io/mad-scala/
libraryDependencies += "com.github.acsgh.mad.scala.examples.server" %% "jetty" % "0.8.4"
import $ivy.`com.github.acsgh.mad.scala.examples.server::jetty:0.8.4`
<dependency> <groupId>com.github.acsgh.mad.scala.examples.server</groupId> <artifactId>jetty_2.13</artifactId> <version>0.8.4</version> </dependency>
compile group: 'com.github.acsgh.mad.scala.examples.server', name: 'jetty_2.13', version: '0.8.4'
ivy"com.github.acsgh.mad.scala.examples.server::jetty:0.8.4"