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