Files download
File Operation
annotations-5.1.jar download
annotations-5.1.pom download
Apache Maven
<dependency>
  <groupId>com.intellij</groupId>
  <artifactId>annotations</artifactId>
  <version>5.1</version>
</dependency>
Gradle Groovy
implementation 'com.intellij:annotations:5.1'
Gradle Kotlin
implementation("com.intellij:annotations:5.1")
Scala SBT
libraryDependencies += "com.intellij" % "annotations" % "5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.intellij', module='annotations', version='5.1')
)
Apache Ivy
<dependency org="com.intellij" name="annotations" rev="5.1" />
Leiningen
[com.intellij/annotations "5.1"]
Apache Buildr
'com.intellij:annotations:jar:5.1'
Dependencies
The project has no third-party dependencies