Skip to content

Commit

Permalink
Reformatting POM code-snippets for DEV Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneFuture committed Jun 28, 2024
1 parent 8c1983a commit 23c1e8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Add the following to your Java project `pom.xml` file:

```xml
<dependency>
<groupId>de.redstoneworld.redutilities</groupId>
<artifactId>RedUtilities</artifactId>
<version>%version%</version>
<groupId>de.redstoneworld.redutilities</groupId>
<artifactId>RedUtilities</artifactId>
<version>%version%</version>
</dependency>
```

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

```text
dependencies {
implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
}
implementation 'de.redstoneworld.redutilities:RedUtilities:%version%'
}
```

# Javadoc
Expand Down

0 comments on commit 23c1e8a

Please sign in to comment.