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