Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-test |
Version | Version6.1.2rc4 |
Type | Typewar |
Filename | Size |
---|---|
jetty-test-6.1.2rc4.pom | |
jetty-test-6.1.2rc4.war | 134 KB |
jetty-test-6.1.2rc4-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-test/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-test</artifactId>
<version>6.1.2rc4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-test/
implementation 'org.mortbay.jetty:jetty-test:6.1.2rc4'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-test/
implementation ("org.mortbay.jetty:jetty-test:6.1.2rc4")
'org.mortbay.jetty:jetty-test:war:6.1.2rc4'
<dependency org="org.mortbay.jetty" name="jetty-test" rev="6.1.2rc4">
<artifact name="jetty-test" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-test', version='6.1.2rc4')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-test" % "6.1.2rc4"
[org.mortbay.jetty/jetty-test "6.1.2rc4"]