We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902003c commit 4a776b9Copy full SHA for 4a776b9
README.md
@@ -21,7 +21,7 @@ allprojects {
21
Step 2. Add the dependency
22
```groovy
23
dependencies {
24
- implementation 'com.webirr:webirr:Tag'
+ implementation 'com.github.webirr:webirr-api-kotlin-jvm-client:Tag'
25
}
26
```
27
@@ -42,8 +42,8 @@ Step 2. Add the dependency
42
43
```xml
44
<dependency>
45
- <groupId>com.webirr</groupId>
46
- <artifactId>webirr</artifactId>
+ <groupId>com.github.webirr</groupId>
+ <artifactId>webirr-api-kotlin-jvm-client</artifactId>
47
<version>Tag</version>
48
</dependency>
49
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
6
group 'com.webirr'
7
-version '1.0.0'
+version '1.0.1'
8
9
repositories {
10
mavenCentral()
0 commit comments