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