is not current version
Last Version 23.0.0

JetBrains Java Annotations 21.0.1

A set of annotations used for code inspection support and code documentation.

License

License

GroupId

GroupId

org.jetbrains
ArtifactId

ArtifactId

annotations
Version

Version

21.0.1
Type

Type

jar
Description

Description

JetBrains Java Annotations
A set of annotations used for code inspection support and code documentation.
Project URL

Project URL

https://github.com/JetBrains/java-annotations
Source Code Management

Source Code Management

https://github.com/JetBrains/java-annotations

Download annotations 21.0.1


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

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.