javax.annotation API

Common Annotations for the JavaTM Platform API

License

License

GroupId

GroupId

javax.annotation
ArtifactId

ArtifactId

javax.annotation-api
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

javax.annotation API
Common Annotations for the JavaTM Platform API
Project URL

Project URL

http://jcp.org/en/jsr/detail?id=250
Project Organization

Project Organization

GlassFish Community
Source Code Management

Source Code Management

https://github.com/javaee/javax.annotation

Download javax.annotation-api

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
javax.annotation

Java EE

Java Enterprise Edition

Versions

Version
1.3.2
1.3.1
1.3
1.2
1.2-b04
1.2-b03
1.2-b02
1.2-b01