is not current version
Last Version 11.0.0.beta1

org.eclipse.jetty.tests:test-proxy-webapp 11.0.0-alpha0


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.tests
ArtifactId

ArtifactId

test-proxy-webapp
Version

Version

11.0.0-alpha0
Type

Type

war

Download test-proxy-webapp 11.0.0-alpha0


<!-- 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"]