is not current version
Last Version 2.2.600

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

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

1.1.300
Type

Type

jar

Download org.eclipse.jdt.annotation 1.1.300


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