Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.http2 |
ArtifactId | ArtifactIdhttp2-common |
Version | Version11.0.10 |
Type | Typejar |
Filename | Size |
---|---|
http2-common-11.0.10.pom | |
http2-common-11.0.10.jar | 226 KB |
http2-common-11.0.10-sources.jar | 120 KB |
http2-common-11.0.10-javadoc.jar | 666 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/
implementation 'org.eclipse.jetty.http2:http2-common:11.0.10'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/
implementation ("org.eclipse.jetty.http2:http2-common:11.0.10")
'org.eclipse.jetty.http2:http2-common:jar:11.0.10'
<dependency org="org.eclipse.jetty.http2" name="http2-common" rev="11.0.10">
<artifact name="http2-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-common', version='11.0.10')
)
libraryDependencies += "org.eclipse.jetty.http2" % "http2-common" % "11.0.10"
[org.eclipse.jetty.http2/http2-common "11.0.10"]