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