Last Version

IntelliJ IDEA Annotations 12.0

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

License

License

Categories

Categories

IntelliJ IDEA Development Tools IDE
GroupId

GroupId

com.intellij
ArtifactId

ArtifactId

annotations
Version

Version

12.0
Type

Type

jar
Description

Description

IntelliJ IDEA Annotations
A set of annotations used for code inspection support and code documentation.
Project URL

Project URL

http://www.jetbrains.org
Source Code Management

Source Code Management

https://github.com/JetBrains/intellij-community

Download annotations 12.0


<!-- https://jarcasting.com/artifacts/com.intellij/annotations/ -->
<dependency>
    <groupId>com.intellij</groupId>
    <artifactId>annotations</artifactId>
    <version>12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.intellij/annotations/
implementation 'com.intellij:annotations:12.0'
// https://jarcasting.com/artifacts/com.intellij/annotations/
implementation ("com.intellij:annotations:12.0")
'com.intellij:annotations:jar:12.0'
<dependency org="com.intellij" name="annotations" rev="12.0">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intellij', module='annotations', version='12.0')
)
libraryDependencies += "com.intellij" % "annotations" % "12.0"
[com.intellij/annotations "12.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.