MVN

at.bestsolution.eclipse : org.eclipse.jdt.annotation

Maven & Gradle

Sep 04, 2015
6 usages

JDT Annotations for Enhanced Null Analysis · Eclipse JDT Annotations for Enhanced Null Analysis for Java 8

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

Latest Version

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

  • Latest Stable: 2.0.100

All Versions

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

Version Vulnerabilities Updated
2.0.x
org.eclipse.jdt.annotation-2.0.100

How to add a dependency to Maven

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

<dependency>
    <groupId>at.bestsolution.eclipse</groupId>
    <artifactId>org.eclipse.jdt.annotation</artifactId>
    <version>2.0.100</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'at.bestsolution.eclipse:org.eclipse.jdt.annotation:2.0.100'

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

implementation("at.bestsolution.eclipse:org.eclipse.jdt.annotation:2.0.100")

How to add a dependency to SBT Scala

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

libraryDependencies += "at.bestsolution.eclipse" % "org.eclipse.jdt.annotation" % "2.0.100"

Advertisement