Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.spdy |
ArtifactId | ArtifactIdspdy-client |
Version | Version9.0.6.v20130930 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-client/ -->
<dependency>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-client</artifactId>
<version>9.0.6.v20130930</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-client/
implementation 'org.eclipse.jetty.spdy:spdy-client:9.0.6.v20130930'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-client/
implementation ("org.eclipse.jetty.spdy:spdy-client:9.0.6.v20130930")
'org.eclipse.jetty.spdy:spdy-client:jar:9.0.6.v20130930'
<dependency org="org.eclipse.jetty.spdy" name="spdy-client" rev="9.0.6.v20130930">
<artifact name="spdy-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-client', version='9.0.6.v20130930')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-client" % "9.0.6.v20130930"
[org.eclipse.jetty.spdy/spdy-client "9.0.6.v20130930"]