Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.spdy |
ArtifactId | ArtifactIdspdy-example-webapp |
Version | Version9.0.0.M3 |
Type | Typewar |
Filename | Size |
---|---|
spdy-example-webapp-9.0.0.M3.pom | |
spdy-example-webapp-9.0.0.M3.war | 13 KB |
spdy-example-webapp-9.0.0.M3-sources.jar | 4 KB |
Browse |
<!-- 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.M3</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.M3'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-example-webapp/
implementation ("org.eclipse.jetty.spdy:spdy-example-webapp:9.0.0.M3")
'org.eclipse.jetty.spdy:spdy-example-webapp:war:9.0.0.M3'
<dependency org="org.eclipse.jetty.spdy" name="spdy-example-webapp" rev="9.0.0.M3">
<artifact name="spdy-example-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-example-webapp', version='9.0.0.M3')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-example-webapp" % "9.0.0.M3"
[org.eclipse.jetty.spdy/spdy-example-webapp "9.0.0.M3"]