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