Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.spdy |
ArtifactId | ArtifactIdspdy-parent |
Version | Version8.1.17.v20150415 |
Type | Typepom |
Filename | Size |
---|---|
spdy-parent-8.1.17.v20150415.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
<version>8.1.17.v20150415</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-parent/
implementation 'org.eclipse.jetty.spdy:spdy-parent:8.1.17.v20150415'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-parent/
implementation ("org.eclipse.jetty.spdy:spdy-parent:8.1.17.v20150415")
'org.eclipse.jetty.spdy:spdy-parent:pom:8.1.17.v20150415'
<dependency org="org.eclipse.jetty.spdy" name="spdy-parent" rev="8.1.17.v20150415">
<artifact name="spdy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-parent', version='8.1.17.v20150415')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-parent" % "8.1.17.v20150415"
[org.eclipse.jetty.spdy/spdy-parent "8.1.17.v20150415"]