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