Skip to content

Commit

Permalink
Improving description for usage in Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneFuture committed Jun 28, 2024
1 parent b3ab976 commit 9975402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Add the following to your Java project `pom.xml` file:
Add the following to your Java project `build.gradle` file:

```text
repositories {
maven {
name = 'cloudsmith'
url = 'https://dl.cloudsmith.io/public/redstoneworld/RedUtilities/maven/'
}
}
dependencies {
implementation 'de.redstoneworld.redutilities:redutilities:%version%'
}
Expand Down

0 comments on commit 9975402

Please sign in to comment.