Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.http2 |
ArtifactId | ArtifactIdhttp2-parent |
Version | Version9.3.2.v20150730 |
Type | Typepom |
Filename | Size |
---|---|
http2-parent-9.3.2.v20150730.pom | 829 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
<version>9.3.2.v20150730</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-parent/
implementation 'org.eclipse.jetty.http2:http2-parent:9.3.2.v20150730'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-parent/
implementation ("org.eclipse.jetty.http2:http2-parent:9.3.2.v20150730")
'org.eclipse.jetty.http2:http2-parent:pom:9.3.2.v20150730'
<dependency org="org.eclipse.jetty.http2" name="http2-parent" rev="9.3.2.v20150730">
<artifact name="http2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-parent', version='9.3.2.v20150730')
)
libraryDependencies += "org.eclipse.jetty.http2" % "http2-parent" % "9.3.2.v20150730"
[org.eclipse.jetty.http2/http2-parent "9.3.2.v20150730"]