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.0.jar download
jetty-daemon-0.6.0.pom download
jetty-daemon-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.veithen.daemon</groupId>
  <artifactId>jetty-daemon</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.daemon:jetty-daemon:0.6.0'
Gradle Kotlin
implementation("com.github.veithen.daemon:jetty-daemon:0.6.0")
Scala SBT
libraryDependencies += "com.github.veithen.daemon" % "jetty-daemon" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.daemon', module='jetty-daemon', version='0.6.0')
)
Apache Ivy
<dependency org="com.github.veithen.daemon" name="jetty-daemon" rev="0.6.0" />
Leiningen
[com.github.veithen.daemon/jetty-daemon "0.6.0"]
Apache Buildr
'com.github.veithen.daemon:jetty-daemon:jar:0.6.0'