Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.http2 |
ArtifactId | ArtifactIdhttp2-common |
Version | Version9.3.25.v20180904 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/ -->
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
<version>9.3.25.v20180904</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/
implementation 'org.eclipse.jetty.http2:http2-common:9.3.25.v20180904'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-common/
implementation ("org.eclipse.jetty.http2:http2-common:9.3.25.v20180904")
'org.eclipse.jetty.http2:http2-common:jar:9.3.25.v20180904'
<dependency org="org.eclipse.jetty.http2" name="http2-common" rev="9.3.25.v20180904">
<artifact name="http2-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-common', version='9.3.25.v20180904')
)
libraryDependencies += "org.eclipse.jetty.http2" % "http2-common" % "9.3.25.v20180904"
[org.eclipse.jetty.http2/http2-common "9.3.25.v20180904"]