Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtest-war-scm |
Version | Version7.4.2.v20110526 |
Type | Typepom |
Filename | Size |
---|---|
test-war-scm-7.4.2.v20110526.pom | |
test-war-scm-7.4.2.v20110526.war | 5 KB |
test-war-scm-7.4.2.v20110526-config.jar | 828 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.4.2.v20110526</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.4.2.v20110526'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-scm/
implementation ("org.mortbay.jetty.testwars:test-war-scm:7.4.2.v20110526")
'org.mortbay.jetty.testwars:test-war-scm:pom:7.4.2.v20110526'
<dependency org="org.mortbay.jetty.testwars" name="test-war-scm" rev="7.4.2.v20110526">
<artifact name="test-war-scm" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='test-war-scm', version='7.4.2.v20110526')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-scm" % "7.4.2.v20110526"
[org.mortbay.jetty.testwars/test-war-scm "7.4.2.v20110526"]