License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-servlets |
Version | Version11.0.8 |
Type | Typejar |
Description |
DescriptionJetty :: Utility Servlets and Filters
Utility Servlets from Jetty
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetty-servlets-11.0.8.pom | |
jetty-servlets-11.0.8.jar | 97 KB |
jetty-servlets-11.0.8-sources.jar | 60 KB |
jetty-servlets-11.0.8-javadoc.jar | 531 KB |
jetty-servlets-11.0.8-config.jar | 775 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-servlets/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>11.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-servlets/
implementation 'org.eclipse.jetty:jetty-servlets:11.0.8'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-servlets/
implementation ("org.eclipse.jetty:jetty-servlets:11.0.8")
'org.eclipse.jetty:jetty-servlets:jar:11.0.8'
<dependency org="org.eclipse.jetty" name="jetty-servlets" rev="11.0.8">
<artifact name="jetty-servlets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-servlets', version='11.0.8')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-servlets" % "11.0.8"
[org.eclipse.jetty/jetty-servlets "11.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-http | jar | 11.0.8 |
org.eclipse.jetty : jetty-util | jar | 11.0.8 |
org.eclipse.jetty : jetty-io | jar | 11.0.8 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-webapp | jar | 11.0.8 |
org.eclipse.jetty.toolchain : jetty-jakarta-servlet-api | jar | 5.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-slf4j-impl | jar | 11.0.8 |
org.eclipse.jetty : jetty-jmx | jar | 11.0.8 |
org.eclipse.jetty.tests » jetty-http-tools | jar | 11.0.8 |
org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 |
org.junit.jupiter : junit-jupiter | jar |