| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.eclipse.jetty |
| ArtifactId | ArtifactIdjetty-webapp |
| Version | Version11.0.7 |
| Type | Typejar |
| Description |
DescriptionJetty :: Webapp Application Support
Jetty web application support
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jetty-webapp-11.0.7.pom | |
| jetty-webapp-11.0.7.jar | 155 KB |
| jetty-webapp-11.0.7-sources.jar | 100 KB |
| jetty-webapp-11.0.7-javadoc.jar | 440 KB |
| jetty-webapp-11.0.7-config.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-webapp/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>11.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-webapp/
implementation 'org.eclipse.jetty:jetty-webapp:11.0.7'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-webapp/
implementation ("org.eclipse.jetty:jetty-webapp:11.0.7")
'org.eclipse.jetty:jetty-webapp:jar:11.0.7'
<dependency org="org.eclipse.jetty" name="jetty-webapp" rev="11.0.7">
<artifact name="jetty-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-webapp', version='11.0.7')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-webapp" % "11.0.7"
[org.eclipse.jetty/jetty-webapp "11.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-servlet | jar | 11.0.7 |
| org.eclipse.jetty : jetty-xml | jar | 11.0.7 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-slf4j-impl | jar | 11.0.7 |
| org.eclipse.jetty.tests » jetty-http-tools | jar | 11.0.7 |
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 |
| org.eclipse.jetty : jetty-client | jar | 11.0.7 |
| org.junit.jupiter : junit-jupiter | jar |