MVN

org.mortbay.jetty : jetty-annotations

Maven & Gradle

Nov 10, 2010
20 usages

Servlet Annotations

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-annotations</artifactId>
    <version>6.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.1.26
  • Latest Release Candidate: 6.1.15.rc5
  • Latest Beta: 6.1H.5-beta

All Versions

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

Version Vulnerabilities Updated
7.0.x
jetty-annotations-7.0.0.pre5
jetty-annotations-7.0.0.pre4
jetty-annotations-7.0.0pre3
jetty-annotations-7.0.0pre2
jetty-annotations-7.0.0pre1
jetty-annotations-7.0.0pre0
6.1.x
jetty-annotations-6.1.26
jetty-annotations-6.1.25
jetty-annotations-6.1.24
jetty-annotations-6.1.23
jetty-annotations-6.1.22
jetty-annotations-6.1.21
jetty-annotations-6.1.20
jetty-annotations-6.1.19
jetty-annotations-6.1.18
jetty-annotations-6.1.17
jetty-annotations-6.1.16
jetty-annotations-6.1.15
jetty-annotations-6.1.15.rc5
jetty-annotations-6.1.15.rc4
jetty-annotations-6.1.15.rc3
jetty-annotations-6.1.15.rc2
jetty-annotations-6.1.15.pre0
jetty-annotations-6.1.14
jetty-annotations-6.1.12
jetty-annotations-6.1.12.rc5
jetty-annotations-6.1.12.rc4
jetty-annotations-6.1.12.rc3
jetty-annotations-6.1.12.rc2
jetty-annotations-6.1.11
jetty-annotations-6.1.10
jetty-annotations-6.1.9
jetty-annotations-6.1.8
jetty-annotations-6.1.7
jetty-annotations-6.1.6
jetty-annotations-6.1.5
jetty-annotations-6.1.4
jetty-annotations-6.1.3
jetty-annotations-6.1.2
jetty-annotations-6.1.26RC0
jetty-annotations-6.1.12rc1
jetty-annotations-6.1.6rc1
jetty-annotations-6.1.6rc0
jetty-annotations-6.1.5rc0
jetty-annotations-6.1.4rc1
jetty-annotations-6.1.4rc0
jetty-annotations-6.1.2rc5
jetty-annotations-6.1.2rc4
jetty-annotations-6.1.2rc2
jetty-annotations-6.1.2rc1
jetty-annotations-6.1.2rc0
jetty-annotations-6.1.2pre1
jetty-annotations-6.1.2pre0
6.1H.x
jetty-annotations-6.1H.22
jetty-annotations-6.1H.14.1
jetty-annotations-6.1H.14
jetty-annotations-6.1H.10
jetty-annotations-6.1H.8
jetty-annotations-6.1H.7
jetty-annotations-6.1H.6
jetty-annotations-6.1H.5-beta
jetty-annotations-6.1H.4-beta
jetty-annotations-6.1H.4rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-annotations</artifactId>
    <version>6.1.26</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mortbay.jetty:jetty-annotations:6.1.26'

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

implementation("org.mortbay.jetty:jetty-annotations:6.1.26")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mortbay.jetty" % "jetty-annotations" % "6.1.26"

Advertisement