Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-test-annotation-webapp |
Version | Version7.0.0.1beta2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-test-annotation-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-test-annotation-webapp</artifactId>
<version>7.0.0.1beta2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-test-annotation-webapp/
implementation 'org.mortbay.jetty:jetty-test-annotation-webapp:7.0.0.1beta2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-test-annotation-webapp/
implementation ("org.mortbay.jetty:jetty-test-annotation-webapp:7.0.0.1beta2")
'org.mortbay.jetty:jetty-test-annotation-webapp:war:7.0.0.1beta2'
<dependency org="org.mortbay.jetty" name="jetty-test-annotation-webapp" rev="7.0.0.1beta2">
<artifact name="jetty-test-annotation-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-test-annotation-webapp', version='7.0.0.1beta2')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-test-annotation-webapp" % "7.0.0.1beta2"
[org.mortbay.jetty/jetty-test-annotation-webapp "7.0.0.1beta2"]