is not current version
Last Version 0.3.1

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

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.1.2
Type

Type

jar

Download jetty-daemon 0.1.2


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