Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Feb 5, 2021
2 parents 87a3877 + 848aaf7 commit e79d8f9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ Here is a bridge to access Unsafe.

## Use

`compile("io.github.karlatemp:unsafe-accessor:1.1.0")`
```groovy
repositories {
jcenter()
}
dependencies {
compile("io.github.karlatemp:unsafe-accessor:1.2.2")
}
```

```xml
<dependency>
<groupId>io.github.karlatemp</groupId>
<artifactId>unsafe-accessor</artifactId>
<version>1.1.0</version>
<version>1.2.2</version>
</dependency>
```

0 comments on commit e79d8f9

Please sign in to comment.