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