Skip to content

Commit

Permalink
Merge pull request #15 from Thibstars/master
Browse files Browse the repository at this point in the history
Update download section with up-to-date dependency information
  • Loading branch information
pixxies authored Aug 6, 2022
2 parents 7eee616 + 61e59e7 commit 1ed7b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ api.getVotingMultiplier().whenComplete((multiplier, e) -> {

## Download

[![Release](https://jitpack.io/v/DiscordBotList/DBL-Java-Library.svg)](https://jitpack.io/#DiscordBotList/DBL-Java-Library)
[![Release](https://jitpack.io/v/top-gg/java-sdk.svg)](https://jitpack.io/#top-gg/java-sdk)

Replace `VERSION` with the latest version or commit hash. The latest version can be found under releases.

Expand All @@ -84,8 +84,8 @@ Replace `VERSION` with the latest version or commit hash. The latest version can
```xml
<dependencies>
<dependency>
<groupId>org.discordbots</groupId>
<artifactId>DBL-Java-Library</artifactId>
<groupId>com.github.top-gg</groupId>
<artifactId>java-sdk</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
Expand All @@ -99,7 +99,7 @@ repositories {
```
```gradle
dependencies {
compile 'org.discordbots:DBL-Java-Library:VERSION'
compile 'com.github.top-gg:java-sdk:VERSION'
}
```

Expand Down

0 comments on commit 1ed7b6f

Please sign in to comment.