Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.tests |
ArtifactId | ArtifactIdtest-proxy-webapp |
Version | Version10.0.0.alpha2 |
Type | Typewar |
Filename | Size |
---|---|
test-proxy-webapp-10.0.0.alpha2.pom | |
test-proxy-webapp-10.0.0.alpha2.war | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-proxy-webapp/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-proxy-webapp</artifactId>
<version>10.0.0.alpha2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-proxy-webapp/
implementation 'org.eclipse.jetty.tests:test-proxy-webapp:10.0.0.alpha2'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-proxy-webapp/
implementation ("org.eclipse.jetty.tests:test-proxy-webapp:10.0.0.alpha2")
'org.eclipse.jetty.tests:test-proxy-webapp:war:10.0.0.alpha2'
<dependency org="org.eclipse.jetty.tests" name="test-proxy-webapp" rev="10.0.0.alpha2">
<artifact name="test-proxy-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-proxy-webapp', version='10.0.0.alpha2')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-proxy-webapp" % "10.0.0.alpha2"
[org.eclipse.jetty.tests/test-proxy-webapp "10.0.0.alpha2"]