Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtestwars-parent |
Version | Version7.5.4.v20111024 |
Type | Typepom |
Filename | Size |
---|---|
testwars-parent-7.5.4.v20111024.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.5.4.v20111024</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/testwars-parent/
implementation 'org.mortbay.jetty.testwars:testwars-parent:7.5.4.v20111024'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/testwars-parent/
implementation ("org.mortbay.jetty.testwars:testwars-parent:7.5.4.v20111024")
'org.mortbay.jetty.testwars:testwars-parent:pom:7.5.4.v20111024'
<dependency org="org.mortbay.jetty.testwars" name="testwars-parent" rev="7.5.4.v20111024">
<artifact name="testwars-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='testwars-parent', version='7.5.4.v20111024')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "testwars-parent" % "7.5.4.v20111024"
[org.mortbay.jetty.testwars/testwars-parent "7.5.4.v20111024"]