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