License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.codehaus.cargo |
ArtifactId | ArtifactIdcargo-jetty-11-onwards-deployer |
Last Version | Last Version1.9.12 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionCargo Remote Deployer for Jetty (versions 11 onwards)
Webapp used by Cargo to remotely deploy applications of a Jetty server (versions 11 onwards)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.codehaus.cargo/cargo-jetty-11-onwards-deployer/ -->
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-jetty-11-onwards-deployer</artifactId>
<version>1.9.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cargo/cargo-jetty-11-onwards-deployer/
implementation 'org.codehaus.cargo:cargo-jetty-11-onwards-deployer:1.9.12'
// https://jarcasting.com/artifacts/org.codehaus.cargo/cargo-jetty-11-onwards-deployer/
implementation ("org.codehaus.cargo:cargo-jetty-11-onwards-deployer:1.9.12")
'org.codehaus.cargo:cargo-jetty-11-onwards-deployer:war:1.9.12'
<dependency org="org.codehaus.cargo" name="cargo-jetty-11-onwards-deployer" rev="1.9.12">
<artifact name="cargo-jetty-11-onwards-deployer" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cargo', module='cargo-jetty-11-onwards-deployer', version='1.9.12')
)
libraryDependencies += "org.codehaus.cargo" % "cargo-jetty-11-onwards-deployer" % "1.9.12"
[org.codehaus.cargo/cargo-jetty-11-onwards-deployer "1.9.12"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api | jar | 5.0.0 |
org.eclipse.jetty : jetty-deploy | jar | 11.0.0 |