Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ To use maven add this dependency to your `pom.xml`:
<dependency>
<groupId>io.github.archipelagomw</groupId>
<artifactId>Java-Client</artifactId>
<version>0.1.20</version>
<version>0.2.0</version>
</dependency>
```

### Gradle
To use Gradle add the maven central repository to your repositories list:
then add this to your `dependancy` section
```groovy
implementation 'io.github.archipelagomw:Java-Client:0.1.20'
implementation 'io.github.archipelagomw:Java-Client:0.2.0'
```

## Using Snapshots
Expand Down Expand Up @@ -56,7 +56,7 @@ And add the snapshot version into your dependencies:
<dependency>
<groupId>io.github.archipelagomw</groupId>
<artifactId>Java-Client</artifactId>
<version>0.1.20-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
```

Expand Down Expand Up @@ -84,5 +84,5 @@ repositories {

And add the snapshot version into your dependencies:
```groovy
implementation 'io.github.archipelagomw:Java-Client:0.1.20-SNAPSHOT'
implementation 'io.github.archipelagomw:Java-Client:0.2.1-SNAPSHOT'
```