We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ba5c07 + fa6b46d commit fa1934aCopy full SHA for fa1934a
1 file changed
README.md
@@ -41,20 +41,20 @@ Add the JitPack repository and the dependency:
41
<dependency>
42
<groupId>com.qtsurfer</groupId>
43
<artifactId>api-client-java</artifactId>
44
- <version>0.3.0</version>
+ <version>x.x.x</version>
45
</dependency>
46
```
47
48
For Gradle:
49
50
```gradle
51
repositories { maven { url 'https://jitpack.io' } }
52
-dependencies { implementation 'com.qtsurfer:api-client-java:0.3.1' }
+dependencies { implementation 'com.qtsurfer:api-client-java:x.x.x' }
53
54
55
### Via Maven Central (future)
56
57
-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`.
58
59
## Quick start
60
0 commit comments