MVN

org.eclipse.jdt : org.eclipse.jdt.annotation

Maven & Gradle

Sep 10, 2022
140 usages
97 stars

JDT Annotations for Enhanced Null Analysis · JDT Annotations for Enhanced Null Analysis

<dependency>
    <groupId>org.eclipse.jdt</groupId>
    <artifactId>org.eclipse.jdt.annotation</artifactId>
    <version>2.2.700</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.700

All Versions

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

Version Vulnerabilities Updated
2.2.x
org.eclipse.jdt.annotation-2.2.700
org.eclipse.jdt.annotation-2.2.600
org.eclipse.jdt.annotation-2.2.400
org.eclipse.jdt.annotation-2.2.300
org.eclipse.jdt.annotation-2.2.200
org.eclipse.jdt.annotation-2.2.100
org.eclipse.jdt.annotation-2.2.0
2.1.x
org.eclipse.jdt.annotation-2.1.150
org.eclipse.jdt.annotation-2.1.100
org.eclipse.jdt.annotation-2.1.0
2.0.x
org.eclipse.jdt.annotation-2.0.0
1.2.x
org.eclipse.jdt.annotation-1.2.100
org.eclipse.jdt.annotation-1.2.0
1.1.x
org.eclipse.jdt.annotation-1.1.500
org.eclipse.jdt.annotation-1.1.400
org.eclipse.jdt.annotation-1.1.300
org.eclipse.jdt.annotation-1.1.200
org.eclipse.jdt.annotation-1.1.150
org.eclipse.jdt.annotation-1.1.100
org.eclipse.jdt.annotation-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.jdt</groupId>
    <artifactId>org.eclipse.jdt.annotation</artifactId>
    <version>2.2.700</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jdt : org.eclipse.jdt.annotation gradle dependency to your build.gradle file:

implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700'

Gradle Kotlin DSL: Add the following org.eclipse.jdt : org.eclipse.jdt.annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jdt : org.eclipse.jdt.annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jdt" % "org.eclipse.jdt.annotation" % "2.2.700"

Advertisement

Dependencies from Group

Nov 27, 2007
240 usages
Jun 09, 2023
171 usages
97 stars
Sep 10, 2022
140 usages
97 stars
ecj
Jun 09, 2023
67 usages
97 stars
Nov 27, 2007
39 usages

Discover Dependencies