не последняя версия
Последняя версия 0.3.1

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

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

Категории

Категории

Jetty Контейнер Application Servers
Группа

Группа

com.github.veithen.daemon
Идентификатор

Идентификатор

jetty-daemon
Версия

Версия

0.1.1
Тип

Тип

jar

Скачать jetty-daemon 0.1.1


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