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