License |
License |
---|---|
Categories |
CategoriesEclipse Development Tools IDE CLI User Interface |
GroupId | GroupIdorg.eclipse.jdt |
ArtifactId | ArtifactIdorg.eclipse.jdt.annotation |
Last Version | Last Version2.2.600 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDT Annotations for Enhanced Null Analysis
JDT Annotations for Enhanced Null Analysis
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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.2.600</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.annotation/
implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600'
// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.annotation/
implementation ("org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600")
'org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.2.600'
<dependency org="org.eclipse.jdt" name="org.eclipse.jdt.annotation" rev="2.2.600">
<artifact name="org.eclipse.jdt.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jdt', module='org.eclipse.jdt.annotation', version='2.2.600')
)
libraryDependencies += "org.eclipse.jdt" % "org.eclipse.jdt.annotation" % "2.2.600"
[org.eclipse.jdt/org.eclipse.jdt.annotation "2.2.600"]