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