j

jetty-daemon

Daemon implementation used by daemon-maven-plugin to launch a Jetty server in a separate JVM.
Files download
File Operation
jetty-daemon-0.6.2.jar download
jetty-daemon-0.6.2.pom download
jetty-daemon-0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.veithen.daemon</groupId>
  <artifactId>jetty-daemon</artifactId>
  <version>0.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.daemon:jetty-daemon:0.6.2'
Gradle Kotlin
implementation("com.github.veithen.daemon:jetty-daemon:0.6.2")
Scala SBT
libraryDependencies += "com.github.veithen.daemon" % "jetty-daemon" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.daemon', module='jetty-daemon', version='0.6.2')
)
Apache Ivy
<dependency org="com.github.veithen.daemon" name="jetty-daemon" rev="0.6.2" />
Leiningen
[com.github.veithen.daemon/jetty-daemon "0.6.2"]
Apache Buildr
'com.github.veithen.daemon:jetty-daemon:jar:0.6.2'