GroupId | GroupIdorg.kohsuke.jetbrains |
---|---|
ArtifactId | ArtifactIdannotations |
Last Version | Last Version9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIntelliJ IDEA annotations
|
Filename | Size |
---|---|
annotations-9.0.pom | |
annotations-9.0.jar | 9 KB |
annotations-9.0-sources.jar | 10 KB |
Browse |
<!-- 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"]