Skip to content

Commit 23c1e8a

Browse files
Reformatting POM code-snippets for DEV Usage
1 parent 8c1983a commit 23c1e8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Add the following to your Java project `pom.xml` file:
1414

1515
```xml
1616
<dependency>
17-
<groupId>de.redstoneworld.redutilities</groupId>
18-
<artifactId>RedUtilities</artifactId>
19-
<version>%version%</version>
17+
<groupId>de.redstoneworld.redutilities</groupId>
18+
<artifactId>RedUtilities</artifactId>
19+
<version>%version%</version>
2020
</dependency>
2121
```
2222

@@ -26,8 +26,8 @@ Add the following to your Java project `build.gradle` file:
2626

2727
```text
2828
dependencies {
29-
implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
30-
}
29+
implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
30+
}
3131
```
3232

3333
# Javadoc

0 commit comments

Comments
 (0)