is not current version
Last Version 2.2.600

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

JDT Annotations for Enhanced Null Analysis

Categories

Categories

Eclipse Development Tools IDE CLI User Interface
GroupId

GroupId

org.eclipse.jdt
ArtifactId

ArtifactId

org.eclipse.jdt.annotation
Version

Version

2.1.150
Type

Type

jar

Download org.eclipse.jdt.annotation 2.1.150


<!-- https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.annotation/ -->
<dependency>
    <groupId>org.eclipse.jdt</groupId>
    <artifactId>org.eclipse.jdt.annotation</artifactId>
    <version>2.1.150</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.annotation/
implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:2.1.150'
// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.annotation/
implementation ("org.eclipse.jdt:org.eclipse.jdt.annotation:2.1.150")
'org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.1.150'
<dependency org="org.eclipse.jdt" name="org.eclipse.jdt.annotation" rev="2.1.150">
  <artifact name="org.eclipse.jdt.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jdt', module='org.eclipse.jdt.annotation', version='2.1.150')
)
libraryDependencies += "org.eclipse.jdt" % "org.eclipse.jdt.annotation" % "2.1.150"
[org.eclipse.jdt/org.eclipse.jdt.annotation "2.1.150"]