Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
detached committed Sep 22, 2023
1 parent feb08ff commit ec5f29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ JDial has no dependencies to any library and can therefore be integrated in ever

# Dependency declaration

You can find the latest releaese in the [central repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.w3is%22%20a%3A%22jdial%22).
You can find the latest release in the [sonatype repository](https://central.sonatype.com/artifact/de.w3is/jdial).

## Maven

```
<dependency>
<groupId>de.w3is</groupId>
<artifactId>jdial</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>
```
## Gradle

```
implementation 'de.w3is:jdial:1.4'
implementation 'de.w3is:jdial:1.5'
```

# Usage
Expand Down

0 comments on commit ec5f29f

Please sign in to comment.