Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty.testwars |
ArtifactId | ArtifactIdtest-war-jython |
Version | Version8.1.0.RC0 |
Type | Typewar |
Filename | Size |
---|---|
test-war-jython-8.1.0.RC0.pom | |
test-war-jython-8.1.0.RC0.war | 1 MB |
test-war-jython-8.1.0.RC0-sources.jar | 1 KB |
test-war-jython-8.1.0.RC0-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>8.1.0.RC0</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.1.0.RC0'
// https://jarcasting.com/artifacts/org.mortbay.jetty.testwars/test-war-jython/
implementation ("org.mortbay.jetty.testwars:test-war-jython:8.1.0.RC0")
'org.mortbay.jetty.testwars:test-war-jython:war:8.1.0.RC0'
<dependency org="org.mortbay.jetty.testwars" name="test-war-jython" rev="8.1.0.RC0">
<artifact name="test-war-jython" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.testwars', module='test-war-jython', version='8.1.0.RC0')
)
libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-jython" % "8.1.0.RC0"
[org.mortbay.jetty.testwars/test-war-jython "8.1.0.RC0"]