File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<p align =" center " >
44 <a href =" https://github.com/QTSurfer/api-client-java/actions/workflows/ci.yml " ><img src =" https://github.com/QTSurfer/api-client-java/actions/workflows/ci.yml/badge.svg " alt =" CI " ></a >
5- <a href =" https://jitpack.io/#com.qtsurfer/api-client " ><img src =" https://jitpack.io/v/com.qtsurfer/api-client.svg " alt =" JitPack " ></a >
5+ <a href =" https://jitpack.io/#com.qtsurfer/api-client-java " ><img src =" https://jitpack.io/v/com.qtsurfer/api-client-java .svg " alt =" JitPack " ></a >
66 <img src =" https://img.shields.io/badge/JDK-17%2B-blue?logo=openjdk&logoColor=white " alt =" JDK 17+ " >
77 <a href =" LICENSE " ><img src =" https://img.shields.io/badge/License-Apache%202.0-blue.svg " alt =" License " ></a >
88</p >
1212</p >
1313
1414<p align =" center " >
15- <code >com.qtsurfer: api-client </code > · <code >com.qtsurfer: api-client </code >
15+ <code >com.qtsurfer: api-client-java </code > · <code >com.qtsurfer: api-client-java </code >
1616</p >
1717
1818---
@@ -49,12 +49,12 @@ For Gradle:
4949
5050``` gradle
5151repositories { maven { url 'https://jitpack.io' } }
52- dependencies { implementation 'com.qtsurfer:api-client:0.3.0 ' }
52+ dependencies { implementation 'com.qtsurfer:api-client-java :0.3.1 ' }
5353```
5454
5555### Via Maven Central (future)
5656
57- Once published to Central, the coordinate will be ` com.qtsurfer:api-client:0.3.0 ` .
57+ Once published to Central, the coordinate will be ` com.qtsurfer:api-client-java :0.3.1 ` .
5858
5959## Quick start
6060
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.qtsurfer</groupId >
8- <artifactId >api-client</artifactId >
8+ <artifactId >api-client-java </artifactId >
99 <version >0.3.1</version >
1010 <packaging >jar</packaging >
1111
You can’t perform that action at this time.
0 commit comments