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