License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtest-war-servletmixed1 |
Last Version | Last Version9.0.0.v20130315 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJetty :: Verifier Tests :: Mixed Servlet 2.3 + 2.4 Webapp
Parent pom for Jetty at Codehaus
|
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-servletmixed1/ -->
<dependency>
<groupId>org.mortbay.jetty.testwars</groupId>
<artifactId>test-war-servletmixed1</artifactId>
<version>9.0.0.v20130315</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-servletmixed1/
implementation 'org.mortbay.jetty.testwars:test-war-servletmixed1:9.0.0.v20130315'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-servletmixed1/
implementation ("org.mortbay.jetty.testwars:test-war-servletmixed1:9.0.0.v20130315")
'org.mortbay.jetty.testwars:test-war-servletmixed1:war:9.0.0.v20130315'
<dependency org="org.mortbay.jetty.testwars" name="test-war-servletmixed1" rev="9.0.0.v20130315">
<artifact name="test-war-servletmixed1" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='test-war-servletmixed1', version='9.0.0.v20130315')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-servletmixed1" % "9.0.0.v20130315"
[org.mortbay.jetty.testwars/test-war-servletmixed1 "9.0.0.v20130315"]