Last Version

IntelliJ IDEA annotations 9.0


GroupId

GroupId

org.kohsuke.jetbrains
ArtifactId

ArtifactId

annotations
Version

Version

9.0
Type

Type

jar
Description

Description

IntelliJ IDEA annotations

Download annotations 9.0


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