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