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