| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.eclipse.jetty |
| ArtifactId | ArtifactIdjetty-util |
| Last Version | Last Version11.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJetty :: Utilities
Utility classes for Jetty
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jetty-util-11.0.11.pom | |
| jetty-util-11.0.11.jar | 258 KB |
| jetty-util-11.0.11-sources.jar | 170 KB |
| jetty-util-11.0.11-javadoc.jar | 642 KB |
| jetty-util-11.0.11-config.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-util/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>11.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-util/
implementation 'org.eclipse.jetty:jetty-util:11.0.11'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-util/
implementation ("org.eclipse.jetty:jetty-util:11.0.11")
'org.eclipse.jetty:jetty-util:jar:11.0.11'
<dependency org="org.eclipse.jetty" name="jetty-util" rev="11.0.11">
<artifact name="jetty-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-util', version='11.0.11')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-util" % "11.0.11"
[org.eclipse.jetty/jetty-util "11.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.awaitility : awaitility | jar | 4.2.0 |
| org.eclipse.jetty.toolchain : jetty-perf-helper | jar | 1.0.7 |
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 |
| org.eclipse.jetty : jetty-slf4j-impl | jar | 11.0.11 |
| org.junit.jupiter : junit-jupiter | jar |