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