License |
License |
---|---|
GroupId | GroupIdorg.jetbrains |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version23.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetBrains Java Annotations
A set of annotations used for code inspection support and code documentation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-23.0.0.pom | |
annotations-23.0.0.jar | 24 KB |
annotations-23.0.0-sources.jar | 26 KB |
annotations-23.0.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetbrains/annotations/ -->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains/annotations/
implementation 'org.jetbrains:annotations:23.0.0'
// https://jarcasting.com/artifacts/org.jetbrains/annotations/
implementation ("org.jetbrains:annotations:23.0.0")
'org.jetbrains:annotations:jar:23.0.0'
<dependency org="org.jetbrains" name="annotations" rev="23.0.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains', module='annotations', version='23.0.0')
)
libraryDependencies += "org.jetbrains" % "annotations" % "23.0.0"
[org.jetbrains/annotations "23.0.0"]