License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.github.veithen.daemon |
ArtifactId | ArtifactIdjetty-daemon |
Version | Version0.3.0 |
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.0.pom | |
jetty-daemon-0.3.0.jar | 25 KB |
jetty-daemon-0.3.0-sources.jar | 12 KB |
jetty-daemon-0.3.0-javadoc.jar | 429 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation 'com.github.veithen.daemon:jetty-daemon:0.3.0'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/jetty-daemon/
implementation ("com.github.veithen.daemon:jetty-daemon:0.3.0")
'com.github.veithen.daemon:jetty-daemon:jar:0.3.0'
<dependency org="com.github.veithen.daemon" name="jetty-daemon" rev="0.3.0">
<artifact name="jetty-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='jetty-daemon', version='0.3.0')
)
libraryDependencies += "com.github.veithen.daemon" % "jetty-daemon" % "0.3.0"
[com.github.veithen.daemon/jetty-daemon "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.veithen.daemon : daemon-api | jar | 0.3.0 |
org.eclipse.jetty : jetty-webapp | jar | 9.4.35.v20201120 |
org.eclipse.jetty : apache-jsp | jar | 9.4.35.v20201120 |
Group / Artifact | Type | Version |
---|---|---|
com.github.veithen.daemon : daemon-maven-plugin | jar | 0.3.0 |