We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4345afc commit b78d865Copy full SHA for b78d865
README.md
@@ -9,7 +9,7 @@ The annotations are published on [Maven Central](http://repo1.maven.org/maven2/o
9
using gradle write the following in `build.gradle` file:
10
```
11
dependencies {
12
- compile 'org.jetbrains:annotations:16.0.2'
+ compile 'org.jetbrains:annotations:16.0.3'
13
}
14
15
@@ -18,7 +18,7 @@ To add a dependency using Maven write the following in `pom.xml`:
18
<dependency>
19
<groupId>org.jetbrains</groupId>
20
<artifactId>annotations</artifactId>
21
- <version>16.0.2</version>
+ <version>16.0.3</version>
22
</dependency>
23
24
0 commit comments