We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab976 commit 9975402Copy full SHA for 9975402
README.md
@@ -25,6 +25,13 @@ Add the following to your Java project `pom.xml` file:
25
Add the following to your Java project `build.gradle` file:
26
27
```text
28
+repositories {
29
+ maven {
30
+ name = 'cloudsmith'
31
+ url = 'https://dl.cloudsmith.io/public/redstoneworld/RedUtilities/maven/'
32
+ }
33
+}
34
+
35
dependencies {
36
implementation 'de.redstoneworld.redutilities:redutilities:%version%'
37
}
0 commit comments