j

jetty-plus

Files download
File Operation
jetty-plus-6.0.0rc0.jar download
Apache Maven
<dependency>
  <groupId>jetty</groupId>
  <artifactId>jetty-plus</artifactId>
  <version>6.0.0rc0</version>
</dependency>
Gradle Groovy
implementation 'jetty:jetty-plus:6.0.0rc0'
Gradle Kotlin
implementation("jetty:jetty-plus:6.0.0rc0")
Scala SBT
libraryDependencies += "jetty" % "jetty-plus" % "6.0.0rc0"
Groovy Grape
@Grapes(
  @Grab(group='jetty', module='jetty-plus', version='6.0.0rc0')
)
Apache Ivy
<dependency org="jetty" name="jetty-plus" rev="6.0.0rc0" />
Leiningen
[jetty/jetty-plus "6.0.0rc0"]
Apache Buildr
'jetty:jetty-plus:jar:6.0.0rc0'
Dependencies
The project has no third-party dependencies