Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio authored May 28, 2024
1 parent a171cc6 commit 479c0ef
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Releases will be published here:

Repository (gradle):
```
repositories {
maven("https://nexus.derioo.de/releases")
}
```
Repository (maven):
```
<repositories>
<repository>
<id>derio-releases</id>
<name>Derios Repository</name>
<url>https://nexus.derioo.de/releases</url>
</repository>
</repositories>
```
Dependency (gradle):
```
dependencies {
implementation("de.derioo:javautils:[LATEST-VERSION]")
}
```
Dependency (maven):
```
<dependencies>
<dependency>
<groupId>de.derioo</groupId>
<artifactId>javautils</artifactId>
<version>[LATEST-VERSION]</version>
</dependency>
</dependencies>
```

0 comments on commit 479c0ef

Please sign in to comment.