| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdcom.github.veithen.daemon |
| ArtifactId | ArtifactIdjetty-daemon |
| Last Version | Last Version0.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJetty Daemon
Daemon implementation used by daemon-maven-plugin to launch a Jetty server in a separate JVM.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jetty-daemon-0.3.1.pom | |
| jetty-daemon-0.3.1.jar | 4 KB |
| jetty-daemon-0.3.1-sources.jar | 4 KB |
| jetty-daemon-0.3.1-javadoc.jar | 36 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.veithen.daemon : daemon-maven-plugin | jar | 0.3.1 |