You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Add this dependency to your project:
9
9
Gradle (Kotlin DSL)
10
10
11
11
```kotlin
12
-
implementation("org.jaqpot:kotlin-sdk:0.3.0")
12
+
implementation("org.jaqpot:kotlin-sdk:0.4.0")
13
13
```
14
14
15
15
Maven
@@ -18,13 +18,14 @@ Maven
18
18
<dependency>
19
19
<groupId>org.jaqpot</groupId>
20
20
<artifactId>kotlin-sdk</artifactId>
21
-
<version>0.3.0</version>
21
+
<version>0.4.0</version>
22
22
</dependency>
23
23
```
24
24
25
25
## Usage
26
26
27
-
To use the SDK you'll need to generate the Jaqpot API keys, following the guide [here](https://jaqpot.org/docs/jaqpot-api/authentication/create-an-api-key)
27
+
To use the SDK you'll need to generate the Jaqpot API keys, following the
0 commit comments