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