a

annotations

A set of annotations used for code inspection support and code documentation.
http://www.jetbrains.org
Apache License 2
Jetbrains developpers
文件下载
文件名 操作
annotations-12.0.jar 下载
annotations-12.0.pom 下载
annotations-12.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.intellij</groupId>
  <artifactId>annotations</artifactId>
  <version>12.0</version>
</dependency>
Gradle Groovy
implementation 'com.intellij:annotations:12.0'
Gradle Kotlin
implementation("com.intellij:annotations:12.0")
Scala SBT
libraryDependencies += "com.intellij" % "annotations" % "12.0"
Groovy Grape
@Grapes(
  @Grab(group='com.intellij', module='annotations', version='12.0')
)
Apache Ivy
<dependency org="com.intellij" name="annotations" rev="12.0" />
Leiningen
[com.intellij/annotations "12.0"]
Apache Buildr
'com.intellij:annotations:jar:12.0'
本项目依赖
该项目无第三方依赖