MVN

org.eclipse.jetty.documentation : jetty-documentation

Maven & Gradle

Aug 07, 2023
3.5k stars

Documentation :: Guides

<dependency>
    <groupId>org.eclipse.jetty.documentation</groupId>
    <artifactId>jetty-documentation</artifactId>
    <version>12.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jetty.documentation : jetty-documentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.0.0
  • Latest Beta: 12.0.0.beta4
  • Latest Alpha: 12.0.0.alpha3

All Versions

Choose a version of org.eclipse.jetty.documentation : jetty-documentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.0.x
jetty-documentation-12.0.0
jetty-documentation-12.0.0.beta4
jetty-documentation-12.0.0.beta3
jetty-documentation-12.0.0.beta2
jetty-documentation-12.0.0.beta1
jetty-documentation-12.0.0.beta0
jetty-documentation-12.0.0.alpha3
jetty-documentation-12.0.0.alpha2
jetty-documentation-12.0.0.alpha1
jetty-documentation-12.0.0.alpha0
11.0.x
jetty-documentation-11.0.15
jetty-documentation-11.0.14
jetty-documentation-11.0.13
jetty-documentation-11.0.12
jetty-documentation-11.0.11
jetty-documentation-11.0.10
jetty-documentation-11.0.9
jetty-documentation-11.0.8
jetty-documentation-11.0.7
jetty-documentation-11.0.6
jetty-documentation-11.0.5
jetty-documentation-11.0.4
jetty-documentation-11.0.3
jetty-documentation-11.0.2
jetty-documentation-11.0.1
10.0.x
jetty-documentation-10.0.15
jetty-documentation-10.0.14
jetty-documentation-10.0.13
jetty-documentation-10.0.12
jetty-documentation-10.0.11
jetty-documentation-10.0.10
jetty-documentation-10.0.9
jetty-documentation-10.0.8
jetty-documentation-10.0.7
jetty-documentation-10.0.6
jetty-documentation-10.0.5
jetty-documentation-10.0.4
jetty-documentation-10.0.3
jetty-documentation-10.0.2
jetty-documentation-10.0.1

How to add a dependency to Maven

Add the following org.eclipse.jetty.documentation : jetty-documentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.jetty.documentation</groupId>
    <artifactId>jetty-documentation</artifactId>
    <version>12.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jetty.documentation : jetty-documentation gradle dependency to your build.gradle file:

implementation 'org.eclipse.jetty.documentation:jetty-documentation:12.0.0'

Gradle Kotlin DSL: Add the following org.eclipse.jetty.documentation : jetty-documentation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jetty.documentation:jetty-documentation:12.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jetty.documentation : jetty-documentation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jetty.documentation" % "jetty-documentation" % "12.0.0"