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