License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-webapp-rfc2616 |
Last Version | Last Version8.0.0.M0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJetty Tests :: WebApp :: RFC2616
Administrative parent pom for Jetty modules
|
Project Organization |
Project OrganizationMort Bay Consulting |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapp-rfc2616/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapp-rfc2616</artifactId>
<version>8.0.0.M0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapp-rfc2616/
implementation 'org.eclipse.jetty.tests:test-webapp-rfc2616:8.0.0.M0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-webapp-rfc2616/
implementation ("org.eclipse.jetty.tests:test-webapp-rfc2616:8.0.0.M0")
'org.eclipse.jetty.tests:test-webapp-rfc2616:war:8.0.0.M0'
<dependency org="org.eclipse.jetty.tests" name="test-webapp-rfc2616" rev="8.0.0.M0">
<artifact name="test-webapp-rfc2616" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-webapp-rfc2616', version='8.0.0.M0')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-webapp-rfc2616" % "8.0.0.M0"
[org.eclipse.jetty.tests/test-webapp-rfc2616 "8.0.0.M0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-servlets | jar | 8.0.0.M0 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : servlet-api | jar | 3.0.20100224 |