| License | License | 
|---|---|
| GroupId | GroupIdorg.jetbrains | 
| ArtifactId | ArtifactIdannotations-java5 | 
| 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-java5-23.0.0.pom | |
| annotations-java5-23.0.0.jar | 22 KB | 
| annotations-java5-23.0.0-sources.jar | 23 KB | 
| annotations-java5-23.0.0-javadoc.jar | 119 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jetbrains/annotations-java5/ -->
<dependency>
    <groupId>org.jetbrains</groupId>
    <artifactId>annotations-java5</artifactId>
    <version>23.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.jetbrains/annotations-java5/
implementation 'org.jetbrains:annotations-java5:23.0.0'// https://jarcasting.com/artifacts/org.jetbrains/annotations-java5/
implementation ("org.jetbrains:annotations-java5:23.0.0")'org.jetbrains:annotations-java5:jar:23.0.0'<dependency org="org.jetbrains" name="annotations-java5" rev="23.0.0">
  <artifact name="annotations-java5" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jetbrains', module='annotations-java5', version='23.0.0')
)libraryDependencies += "org.jetbrains" % "annotations-java5" % "23.0.0"[org.jetbrains/annotations-java5 "23.0.0"]