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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ Add the JitPack repository and the dependency:
<dependency>
<groupId>com.qtsurfer</groupId>
<artifactId>api-client-java</artifactId>
<version>0.3.0</version>
<version>x.x.x</version>
</dependency>
```

For Gradle:

```gradle
repositories { maven { url 'https://jitpack.io' } }
dependencies { implementation 'com.qtsurfer:api-client-java:0.3.1' }
dependencies { implementation 'com.qtsurfer:api-client-java:x.x.x' }
```

### Via Maven Central (future)

Once published to Central, the coordinate will be `com.qtsurfer:api-client-java:0.3.1`.
Once published to Central, the coordinate will be `com.qtsurfer:api-client-java:x.x.x`.

## Quick start

Expand Down
Loading