Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.http3 |
ArtifactId | ArtifactIdhttp3-tests |
Version | Version10.0.8 |
Type | Typejar |
Filename | Size |
---|---|
http3-tests-10.0.8.pom | |
http3-tests-10.0.8.jar | 11 KB |
http3-tests-10.0.8-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-tests/ -->
<dependency>
<groupId>org.eclipse.jetty.http3</groupId>
<artifactId>http3-tests</artifactId>
<version>10.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-tests/
implementation 'org.eclipse.jetty.http3:http3-tests:10.0.8'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-tests/
implementation ("org.eclipse.jetty.http3:http3-tests:10.0.8")
'org.eclipse.jetty.http3:http3-tests:jar:10.0.8'
<dependency org="org.eclipse.jetty.http3" name="http3-tests" rev="10.0.8">
<artifact name="http3-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http3', module='http3-tests', version='10.0.8')
)
libraryDependencies += "org.eclipse.jetty.http3" % "http3-tests" % "10.0.8"
[org.eclipse.jetty.http3/http3-tests "10.0.8"]