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