Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.http2 |
ArtifactId | ArtifactIdhttp2-common |
Version | Version9.3.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
http2-common-9.3.0.RC1.pom | |
http2-common-9.3.0.RC1.jar | 138 KB |
http2-common-9.3.0.RC1-sources.jar | 80 KB |
http2-common-9.3.0.RC1-javadoc.jar | 479 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/ -->
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
<version>9.3.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/
implementation 'org.eclipse.jetty.http2:http2-common:9.3.0.RC1'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/
implementation ("org.eclipse.jetty.http2:http2-common:9.3.0.RC1")
'org.eclipse.jetty.http2:http2-common:jar:9.3.0.RC1'
<dependency org="org.eclipse.jetty.http2" name="http2-common" rev="9.3.0.RC1">
<artifact name="http2-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-common', version='9.3.0.RC1')
)
libraryDependencies += "org.eclipse.jetty.http2" % "http2-common" % "9.3.0.RC1"
[org.eclipse.jetty.http2/http2-common "9.3.0.RC1"]