| Categories | CategoriesJetty Container Application Servers | 
|---|---|
| GroupId | GroupIdjetty | 
| ArtifactId | ArtifactIdjetty-plus | 
| Last Version | Last Version6.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| jetty-plus-6.0.2.pom | |
| jetty-plus-6.0.2.jar | 39 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jetty/jetty-plus/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>jetty-plus</artifactId>
    <version>6.0.2</version>
</dependency>// https://jarcasting.com/artifacts/jetty/jetty-plus/
implementation 'jetty:jetty-plus:6.0.2'// https://jarcasting.com/artifacts/jetty/jetty-plus/
implementation ("jetty:jetty-plus:6.0.2")'jetty:jetty-plus:jar:6.0.2'<dependency org="jetty" name="jetty-plus" rev="6.0.2">
  <artifact name="jetty-plus" type="jar" />
</dependency>@Grapes(
@Grab(group='jetty', module='jetty-plus', version='6.0.2')
)libraryDependencies += "jetty" % "jetty-plus" % "6.0.2"[jetty/jetty-plus "6.0.2"]| Version | 
|---|
| 6.0.2 | 
| 6.0.1 | 
| 6.0.0 | 
| 6.0.0rc4 | 
| 6.0.0rc3 | 
| 6.0.0rc2 | 
| 6.0.0rc1 | 
| 6.0.0rc0 | 
| 6.0.0beta17 | 
| 6.0.0beta16 | 
| 6.0.0beta15 | 
| 6.0.0beta14 |