License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-test-webapp |
Last Version | Last Version7.0.0.M2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJetty :: Webapp Example
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMort Bay Consulting |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-test-webapp/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-test-webapp</artifactId>
<version>7.0.0.M2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-test-webapp/
implementation 'org.eclipse.jetty:jetty-test-webapp:7.0.0.M2'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-test-webapp/
implementation ("org.eclipse.jetty:jetty-test-webapp:7.0.0.M2")
'org.eclipse.jetty:jetty-test-webapp:war:7.0.0.M2'
<dependency org="org.eclipse.jetty" name="jetty-test-webapp" rev="7.0.0.M2">
<artifact name="jetty-test-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-test-webapp', version='7.0.0.M2')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-test-webapp" % "7.0.0.M2"
[org.eclipse.jetty/jetty-test-webapp "7.0.0.M2"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-servlets | jar | 7.0.0.M2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.eclipse.jetty : jetty-server | jar | 7.0.0.M2 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-webapp | jar | 7.0.0.M2 |
org.eclipse.jetty : jetty-servlet-tester | jar | 7.0.0.M2 |
org.eclipse.jetty : jetty-jmx | jar | 7.0.0.M2 |
junit : junit | jar | 3.8.2 |