Last Version

JetBrains Java Annotations 23.0.0

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

License

License

GroupId

GroupId

org.jetbrains
ArtifactId

ArtifactId

annotations
Version

Version

23.0.0
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 23.0.0


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

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.