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