Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
added jitpack info
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jun 7, 2021
1 parent d05b8b8 commit 6b90931
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,19 @@ Please check each README for usage info.

# Installation

After the Bintray sunset, the packages are hosted on GitHub.
The plugins have switched to Jitpack:

See https://github.com/orgs/agorapulse/packages?repo_name=grails-aws-sdk
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
// example dependency
compile 'com.github.agorapulse.grails-aws-sdk:aws-sdk-s3:2.4.14'
}
```

# Testing

Expand Down

0 comments on commit 6b90931

Please sign in to comment.