| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers |
| Группа | Группаcom.github.veithen.daemon |
| Идентификатор | Идентификаторjetty-daemon |
| Версия | Версия0.3.1 |
| Тип | Типjar |
| Описание |
ОписаниеJetty Daemon
Daemon implementation used by daemon-maven-plugin to launch a Jetty server in a separate JVM.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jetty-daemon-0.3.1.pom | |
| jetty-daemon-0.3.1.jar | 25 KB |
| jetty-daemon-0.3.1-sources.jar | 12 KB |
| jetty-daemon-0.3.1-javadoc.jar | 429 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/ -->
<dependency>
<groupId>com.github.veithen.daemon</groupId>
<artifactId>jetty-daemon</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation 'com.github.veithen.daemon:jetty-daemon:0.3.1'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation ("com.github.veithen.daemon:jetty-daemon:0.3.1")
'com.github.veithen.daemon:jetty-daemon:jar:0.3.1'
<dependency org="com.github.veithen.daemon" name="jetty-daemon" rev="0.3.1">
<artifact name="jetty-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='jetty-daemon', version='0.3.1')
)
libraryDependencies += "com.github.veithen.daemon" % "jetty-daemon" % "0.3.1"
[com.github.veithen.daemon/jetty-daemon "0.3.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.veithen.daemon : daemon-api | jar | 0.3.1 |
| org.eclipse.jetty : jetty-webapp | jar | 9.4.42.v20210604 |
| org.eclipse.jetty : apache-jsp | jar | 9.4.42.v20210604 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.veithen.daemon : daemon-maven-plugin | jar | 0.3.1 |