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