Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Sep 15, 2023
1 parent 6f0401c commit cf88054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Expand Up @@ -25,20 +25,20 @@ dependency in your project.
<dependency>
<groupId>io.github.liflab</groupId>
<artifactId>beepbeep-3</artifactId>
<version>0.11</version>
<version>0.11.1</version>
</dependency>
```

### Ivy

```xml
<dependency org="io.github.liflab" name="beepbeep-3" rev="0.11"/>
<dependency org="io.github.liflab" name="beepbeep-3" rev="0.11.1"/>
```

### Gradle

```
compileOnly group: 'io.github.liflab', name: 'beepbeep-3', version: '0.11'
compileOnly group: 'io.github.liflab', name: 'beepbeep-3', version: '0.11.1'
```

Repository structure
Expand Down

0 comments on commit cf88054

Please sign in to comment.