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