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