Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtest-war-shellscripts |
Version | Version7.5.0.RC0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-shellscripts/ -->
<dependency>
<groupId>org.mortbay.jetty.testwars</groupId>
<artifactId>test-war-shellscripts</artifactId>
<version>7.5.0.RC0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-shellscripts/
implementation 'org.mortbay.jetty.testwars:test-war-shellscripts:7.5.0.RC0'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-shellscripts/
implementation ("org.mortbay.jetty.testwars:test-war-shellscripts:7.5.0.RC0")
'org.mortbay.jetty.testwars:test-war-shellscripts:war:7.5.0.RC0'
<dependency org="org.mortbay.jetty.testwars" name="test-war-shellscripts" rev="7.5.0.RC0">
<artifact name="test-war-shellscripts" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='test-war-shellscripts', version='7.5.0.RC0')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-shellscripts" % "7.5.0.RC0"
[org.mortbay.jetty.testwars/test-war-shellscripts "7.5.0.RC0"]