Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.spdy |
ArtifactId | ArtifactIdspdy-parent |
Version | Version9.2.19.v20160908 |
Type | Typepom |
Filename | Size |
---|---|
spdy-parent-9.2.19.v20160908.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>9.2.19.v20160908</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-parent/
implementation 'org.eclipse.jetty.spdy:spdy-parent:9.2.19.v20160908'
// https://jarcasting.com/artifacts/org.eclipse.jetty.spdy/spdy-parent/
implementation ("org.eclipse.jetty.spdy:spdy-parent:9.2.19.v20160908")
'org.eclipse.jetty.spdy:spdy-parent:pom:9.2.19.v20160908'
<dependency org="org.eclipse.jetty.spdy" name="spdy-parent" rev="9.2.19.v20160908">
<artifact name="spdy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.spdy', module='spdy-parent', version='9.2.19.v20160908')
)
libraryDependencies += "org.eclipse.jetty.spdy" % "spdy-parent" % "9.2.19.v20160908"
[org.eclipse.jetty.spdy/spdy-parent "9.2.19.v20160908"]