diff --git a/README.md b/README.md index 0b6fd5f..5261202 100644 --- a/README.md +++ b/README.md @@ -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%' }