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