is not current version
Last Version 11.0.0.beta1

org.eclipse.jetty.tests:test-proxy-webapp 10.0.0.beta0


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.tests
ArtifactId

ArtifactId

test-proxy-webapp
Version

Version

10.0.0.beta0
Type

Type

war

Download test-proxy-webapp 10.0.0.beta0


<!-- 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.beta0</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.beta0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-proxy-webapp/
implementation ("org.eclipse.jetty.tests:test-proxy-webapp:10.0.0.beta0")
'org.eclipse.jetty.tests:test-proxy-webapp:war:10.0.0.beta0'
<dependency org="org.eclipse.jetty.tests" name="test-proxy-webapp" rev="10.0.0.beta0">
  <artifact name="test-proxy-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-proxy-webapp', version='10.0.0.beta0')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-proxy-webapp" % "10.0.0.beta0"
[org.eclipse.jetty.tests/test-proxy-webapp "10.0.0.beta0"]