is not current version
Last Version 0.3.1

com.github.veithen.daemon:jetty-daemon 0.2.0

Daemon implementation used by daemon-maven-plugin to launch a Jetty server in a separate JVM.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

com.github.veithen.daemon
ArtifactId

ArtifactId

jetty-daemon
Version

Version

0.2.0
Type

Type

jar

Download jetty-daemon 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/ -->
<dependency>
    <groupId>com.github.veithen.daemon</groupId>
    <artifactId>jetty-daemon</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation 'com.github.veithen.daemon:jetty-daemon:0.2.0'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation ("com.github.veithen.daemon:jetty-daemon:0.2.0")
'com.github.veithen.daemon:jetty-daemon:jar:0.2.0'
<dependency org="com.github.veithen.daemon" name="jetty-daemon" rev="0.2.0">
  <artifact name="jetty-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='jetty-daemon', version='0.2.0')
)
libraryDependencies += "com.github.veithen.daemon" % "jetty-daemon" % "0.2.0"
[com.github.veithen.daemon/jetty-daemon "0.2.0"]