a

annotations

A set of annotations used for code inspection support and code documentation.
https://github.com/JetBrains/java-annotations
The Apache Software License, Version 2.0
JetBrains Team
Files download
File Operation
annotations-23.0.0.jar download
annotations-23.0.0.pom download
annotations-23.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains</groupId>
  <artifactId>annotations</artifactId>
  <version>23.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains:annotations:23.0.0'
Gradle Kotlin
implementation("org.jetbrains:annotations:23.0.0")
Scala SBT
libraryDependencies += "org.jetbrains" % "annotations" % "23.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains', module='annotations', version='23.0.0')
)
Apache Ivy
<dependency org="org.jetbrains" name="annotations" rev="23.0.0" />
Leiningen
[org.jetbrains/annotations "23.0.0"]
Apache Buildr
'org.jetbrains:annotations:jar:23.0.0'
Dependencies
The project has no third-party dependencies