Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtest-war-jython |
Version | Version7.6.0.RC3 |
Type | Typewar |
Filename | Size |
---|---|
test-war-jython-7.6.0.RC3.pom | |
test-war-jython-7.6.0.RC3.war | 1 MB |
test-war-jython-7.6.0.RC3-sources.jar | 1 KB |
test-war-jython-7.6.0.RC3-config.jar | 837 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-jython/ -->
<dependency>
<groupId>org.mortbay.jetty.testwars</groupId>
<artifactId>test-war-jython</artifactId>
<version>7.6.0.RC3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-jython/
implementation 'org.mortbay.jetty.testwars:test-war-jython:7.6.0.RC3'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-jython/
implementation ("org.mortbay.jetty.testwars:test-war-jython:7.6.0.RC3")
'org.mortbay.jetty.testwars:test-war-jython:war:7.6.0.RC3'
<dependency org="org.mortbay.jetty.testwars" name="test-war-jython" rev="7.6.0.RC3">
<artifact name="test-war-jython" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='test-war-jython', version='7.6.0.RC3')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-jython" % "7.6.0.RC3"
[org.mortbay.jetty.testwars/test-war-jython "7.6.0.RC3"]