Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtest-jetty-webapp |
Version | Version7.4.0.RC0 |
Type | Typewar |
Filename | Size |
---|---|
test-jetty-webapp-7.4.0.RC0.pom | |
test-jetty-webapp-7.4.0.RC0.war | 658 KB |
test-jetty-webapp-7.4.0.RC0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-jetty-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty.testwars</groupId>
<artifactId>test-jetty-webapp</artifactId>
<version>7.4.0.RC0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-jetty-webapp/
implementation 'org.mortbay.jetty.testwars:test-jetty-webapp:7.4.0.RC0'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-jetty-webapp/
implementation ("org.mortbay.jetty.testwars:test-jetty-webapp:7.4.0.RC0")
'org.mortbay.jetty.testwars:test-jetty-webapp:war:7.4.0.RC0'
<dependency org="org.mortbay.jetty.testwars" name="test-jetty-webapp" rev="7.4.0.RC0">
<artifact name="test-jetty-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='test-jetty-webapp', version='7.4.0.RC0')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "test-jetty-webapp" % "7.4.0.RC0"
[org.mortbay.jetty.testwars/test-jetty-webapp "7.4.0.RC0"]