Skip to content

Commit

Permalink
update README.md: don't mention jcenter repository which is deprecate…
Browse files Browse the repository at this point in the history
…d and going to be terminated
  • Loading branch information
chashnikov committed Mar 19, 2021
1 parent f6f6e60 commit 5efd267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interpreted by IDEs and static analysis tools to improve code analysis.
- [JavaDoc](https://javadoc.io/doc/org.jetbrains/annotations-java5) for legacy Java 5.0 compatible package

## Using the annotations
The annotations are published on [Maven Central](https://repo1.maven.org/maven2/org/jetbrains/annotations/) and [JCenter](https://jcenter.bintray.com/org/jetbrains/annotations/). To add a dependency
The annotations are published on [Maven Central](https://repo1.maven.org/maven2/org/jetbrains/annotations/). To add a dependency
using gradle write the following in the `build.gradle` file:
```
dependencies {
Expand Down

0 comments on commit 5efd267

Please sign in to comment.