Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.http2 |
ArtifactId | ArtifactIdhttp2-alpn-tests |
Version | Version9.4.0.M1 |
Type | Typejar |
Filename | Size |
---|---|
http2-alpn-tests-9.4.0.M1.pom | |
http2-alpn-tests-9.4.0.M1.jar | 3 KB |
http2-alpn-tests-9.4.0.M1-sources.jar | 3 KB |
Browse |
<!-- 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.4.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-alpn-tests/
implementation 'org.eclipse.jetty.http2:http2-alpn-tests:9.4.0.M1'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-alpn-tests/
implementation ("org.eclipse.jetty.http2:http2-alpn-tests:9.4.0.M1")
'org.eclipse.jetty.http2:http2-alpn-tests:jar:9.4.0.M1'
<dependency org="org.eclipse.jetty.http2" name="http2-alpn-tests" rev="9.4.0.M1">
<artifact name="http2-alpn-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-alpn-tests', version='9.4.0.M1')
)
libraryDependencies += "org.eclipse.jetty.http2" % "http2-alpn-tests" % "9.4.0.M1"
[org.eclipse.jetty.http2/http2-alpn-tests "9.4.0.M1"]