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