Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio authored May 28, 2024
1 parent c8d2e81 commit 745e5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Repository (maven):
Dependency (gradle):
```
dependencies {
implementation("de.derioo:javautils:")
implementation("de.derioo:javautils:1.2.3")
}
```
Dependency (maven):
Expand All @@ -28,7 +28,7 @@ Dependency (maven):
<dependency>
<groupId>de.derioo</groupId>
<artifactId>javautils</artifactId>
<version></version>
<version>1.2.3</version>
</dependency>
</dependencies>
```

0 comments on commit 745e5b5

Please sign in to comment.