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