Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.spdy |
ArtifactId | ArtifactIdspdy-jetty-http-webapp |
Version | Version7.6.16.v20140903 |
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.16.v20140903</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.16.v20140903'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-jetty-http-webapp/
implementation ("org.eclipse.jetty.spdy:spdy-jetty-http-webapp:7.6.16.v20140903")
'org.eclipse.jetty.spdy:spdy-jetty-http-webapp:war:7.6.16.v20140903'
<dependency org="org.eclipse.jetty.spdy" name="spdy-jetty-http-webapp" rev="7.6.16.v20140903">
<artifact name="spdy-jetty-http-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-jetty-http-webapp', version='7.6.16.v20140903')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-jetty-http-webapp" % "7.6.16.v20140903"
[org.eclipse.jetty.spdy/spdy-jetty-http-webapp "7.6.16.v20140903"]