Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtestwars-parent |
Version | Version7.6.0.RC4 |
Type | Typepom |
Filename | Size |
---|---|
testwars-parent-7.6.0.RC4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/testwars-parent/ -->
<dependency>
<groupId>org.mortbay.jetty.testwars</groupId>
<artifactId>testwars-parent</artifactId>
<version>7.6.0.RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/testwars-parent/
implementation 'org.mortbay.jetty.testwars:testwars-parent:7.6.0.RC4'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/testwars-parent/
implementation ("org.mortbay.jetty.testwars:testwars-parent:7.6.0.RC4")
'org.mortbay.jetty.testwars:testwars-parent:pom:7.6.0.RC4'
<dependency org="org.mortbay.jetty.testwars" name="testwars-parent" rev="7.6.0.RC4">
<artifact name="testwars-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='testwars-parent', version='7.6.0.RC4')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "testwars-parent" % "7.6.0.RC4"
[org.mortbay.jetty.testwars/testwars-parent "7.6.0.RC4"]