is not current version
Last Version 11.0.11

org.eclipse.jetty.http2:http2-parent 10.0.2


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.http2
ArtifactId

ArtifactId

http2-parent
Version

Version

10.0.2
Type

Type

pom

Download http2-parent 10.0.2

Filename Size
http2-parent-10.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>10.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-parent/
implementation 'org.eclipse.jetty.http2:http2-parent:10.0.2'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-parent/
implementation ("org.eclipse.jetty.http2:http2-parent:10.0.2")
'org.eclipse.jetty.http2:http2-parent:pom:10.0.2'
<dependency org="org.eclipse.jetty.http2" name="http2-parent" rev="10.0.2">
  <artifact name="http2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-parent', version='10.0.2')
)
libraryDependencies += "org.eclipse.jetty.http2" % "http2-parent" % "10.0.2"
[org.eclipse.jetty.http2/http2-parent "10.0.2"]