License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdtest |
Last Version | Last Version6.0.0rc2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJetty Test Webapp
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
test-6.0.0rc2.pom | |
test-6.0.0rc2.war | 250 KB |
test-6.0.0rc2-sources.jar | 15 KB |
test-6.0.0rc2-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/test/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>test</artifactId>
<version>6.0.0rc2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/test/
implementation 'org.mortbay.jetty:test:6.0.0rc2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/test/
implementation ("org.mortbay.jetty:test:6.0.0rc2")
'org.mortbay.jetty:test:war:6.0.0rc2'
<dependency org="org.mortbay.jetty" name="test" rev="6.0.0rc2">
<artifact name="test" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='test', version='6.0.0rc2')
)
libraryDependencies += "org.mortbay.jetty" % "test" % "6.0.0rc2"
[org.mortbay.jetty/test "6.0.0rc2"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty-util | jar | 6.0.0rc2 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : servlet-api-2.5 | jar | 6.0.0rc2 |
org.mortbay.jetty : jsp-api-2.1 | jar | 6.0.0rc2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.mortbay.jetty : jetty | jar | 6.0.0rc2 |