We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1983a commit 23c1e8aCopy full SHA for 23c1e8a
README.md
@@ -14,9 +14,9 @@ Add the following to your Java project `pom.xml` file:
14
15
```xml
16
<dependency>
17
- <groupId>de.redstoneworld.redutilities</groupId>
18
- <artifactId>RedUtilities</artifactId>
19
- <version>%version%</version>
+ <groupId>de.redstoneworld.redutilities</groupId>
+ <artifactId>RedUtilities</artifactId>
+ <version>%version%</version>
20
</dependency>
21
```
22
@@ -26,8 +26,8 @@ Add the following to your Java project `build.gradle` file:
26
27
```text
28
dependencies {
29
- implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
30
- }
+ implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
+}
31
32
33
# Javadoc
0 commit comments