Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm authored Sep 11, 2023
1 parent 3ac7cb2 commit d341aa0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,11 @@ PRs and issue reports are welcome.

## Usage

Thanks to [jitpack.io](https://jitpack.io/#jwharm/cairo-java-bindings), you can simply include
the library in your `gradle.build` or `pom.xml` file:
The library is available on Maven Central. Include it in your `gradle.build` or `pom.xml` file:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.jwharm:cairo-java-bindings:1.16.1'
implementation 'io.github.jwharm.cairobindings:cairo:1.16.1'
}
```

Expand Down

0 comments on commit d341aa0

Please sign in to comment.