is not current version
Last Version 9.3.0.M1

org.eclipse.jetty.spdy:spdy-example-webapp 9.0.0.RC1


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.spdy
ArtifactId

ArtifactId

spdy-example-webapp
Version

Version

9.0.0.RC1
Type

Type

war

Download spdy-example-webapp 9.0.0.RC1


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-example-webapp/ -->
<dependency>
    <groupId>org.eclipse.jetty.spdy</groupId>
    <artifactId>spdy-example-webapp</artifactId>
    <version>9.0.0.RC1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-example-webapp/
implementation 'org.eclipse.jetty.spdy:spdy-example-webapp:9.0.0.RC1'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-example-webapp/
implementation ("org.eclipse.jetty.spdy:spdy-example-webapp:9.0.0.RC1")
'org.eclipse.jetty.spdy:spdy-example-webapp:war:9.0.0.RC1'
<dependency org="org.eclipse.jetty.spdy" name="spdy-example-webapp" rev="9.0.0.RC1">
  <artifact name="spdy-example-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-example-webapp', version='9.0.0.RC1')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-example-webapp" % "9.0.0.RC1"
[org.eclipse.jetty.spdy/spdy-example-webapp "9.0.0.RC1"]