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