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