License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.simplericity.jettyconsole |
ArtifactId | ArtifactIdjetty-console-ajp-plugin |
Last Version | Last Version1.53 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Console AJP Plugin
Creates runnable wars by embedding Jetty into the WAR
|
<!-- https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-ajp-plugin/ -->
<dependency>
<groupId>org.simplericity.jettyconsole</groupId>
<artifactId>jetty-console-ajp-plugin</artifactId>
<version>1.53</version>
</dependency>
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-ajp-plugin/
implementation 'org.simplericity.jettyconsole:jetty-console-ajp-plugin:1.53'
// https://jarcasting.com/artifacts/org.simplericity.jettyconsole/jetty-console-ajp-plugin/
implementation ("org.simplericity.jettyconsole:jetty-console-ajp-plugin:1.53")
'org.simplericity.jettyconsole:jetty-console-ajp-plugin:jar:1.53'
<dependency org="org.simplericity.jettyconsole" name="jetty-console-ajp-plugin" rev="1.53">
<artifact name="jetty-console-ajp-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simplericity.jettyconsole', module='jetty-console-ajp-plugin', version='1.53')
)
libraryDependencies += "org.simplericity.jettyconsole" % "jetty-console-ajp-plugin" % "1.53"
[org.simplericity.jettyconsole/jetty-console-ajp-plugin "1.53"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-ajp | jar | 8.1.12.v20130726 |
Group / Artifact | Type | Version |
---|---|---|
org.simplericity.jettyconsole : jetty-console-api | jar | 1.53 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |