| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.tests | 
| ArtifactId | ArtifactIdtest-proxy-webapp | 
| Version | Version11.0.0-alpha0 | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| test-proxy-webapp-11.0.0-alpha0.pom | |
| test-proxy-webapp-11.0.0-alpha0.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>11.0.0-alpha0</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-proxy-webapp/
implementation 'org.eclipse.jetty.tests:test-proxy-webapp:11.0.0-alpha0'// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-proxy-webapp/
implementation ("org.eclipse.jetty.tests:test-proxy-webapp:11.0.0-alpha0")'org.eclipse.jetty.tests:test-proxy-webapp:war:11.0.0-alpha0'<dependency org="org.eclipse.jetty.tests" name="test-proxy-webapp" rev="11.0.0-alpha0">
  <artifact name="test-proxy-webapp" type="war" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-proxy-webapp', version='11.0.0-alpha0')
)libraryDependencies += "org.eclipse.jetty.tests" % "test-proxy-webapp" % "11.0.0-alpha0"[org.eclipse.jetty.tests/test-proxy-webapp "11.0.0-alpha0"]