| Categories |
CategoriesJetty Container Application Servers CLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.http3 |
| ArtifactId | ArtifactIdhttp3-parent |
| Version | Version11.0.10 |
| Type | Typepom |
| Filename | Size |
|---|---|
| http3-parent-11.0.10.pom | 816 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.http3</groupId>
<artifactId>http3-parent</artifactId>
<version>11.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-parent/
implementation 'org.eclipse.jetty.http3:http3-parent:11.0.10'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http3/http3-parent/
implementation ("org.eclipse.jetty.http3:http3-parent:11.0.10")
'org.eclipse.jetty.http3:http3-parent:pom:11.0.10'
<dependency org="org.eclipse.jetty.http3" name="http3-parent" rev="11.0.10">
<artifact name="http3-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http3', module='http3-parent', version='11.0.10')
)
libraryDependencies += "org.eclipse.jetty.http3" % "http3-parent" % "11.0.10"
[org.eclipse.jetty.http3/http3-parent "11.0.10"]