Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.spdy |
ArtifactId | ArtifactIdspdy-jetty-http-webapp |
Version | Version7.6.2.v20120308 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-jetty-http-webapp/ -->
<dependency>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-jetty-http-webapp</artifactId>
<version>7.6.2.v20120308</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-jetty-http-webapp/
implementation 'org.eclipse.jetty.spdy:spdy-jetty-http-webapp:7.6.2.v20120308'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-jetty-http-webapp/
implementation ("org.eclipse.jetty.spdy:spdy-jetty-http-webapp:7.6.2.v20120308")
'org.eclipse.jetty.spdy:spdy-jetty-http-webapp:war:7.6.2.v20120308'
<dependency org="org.eclipse.jetty.spdy" name="spdy-jetty-http-webapp" rev="7.6.2.v20120308">
<artifact name="spdy-jetty-http-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-jetty-http-webapp', version='7.6.2.v20120308')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-jetty-http-webapp" % "7.6.2.v20120308"
[org.eclipse.jetty.spdy/spdy-jetty-http-webapp "7.6.2.v20120308"]