Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.spdy |
ArtifactId | ArtifactIdspdy-client |
Version | Version9.3.0.M0 |
Type | Typejar |
Filename | Size |
---|---|
spdy-client-9.3.0.M0.pom | |
spdy-client-9.3.0.M0.jar | 17 KB |
spdy-client-9.3.0.M0-sources.jar | 9 KB |
spdy-client-9.3.0.M0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-client/ -->
<dependency>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-client</artifactId>
<version>9.3.0.M0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-client/
implementation 'org.eclipse.jetty.spdy:spdy-client:9.3.0.M0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-client/
implementation ("org.eclipse.jetty.spdy:spdy-client:9.3.0.M0")
'org.eclipse.jetty.spdy:spdy-client:jar:9.3.0.M0'
<dependency org="org.eclipse.jetty.spdy" name="spdy-client" rev="9.3.0.M0">
<artifact name="spdy-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-client', version='9.3.0.M0')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-client" % "9.3.0.M0"
[org.eclipse.jetty.spdy/spdy-client "9.3.0.M0"]