@@ -20,30 +20,31 @@ Add this dependency to your pom.xml:
20
20
<dependency >
21
21
<groupId >com.dracoon</groupId >
22
22
<artifactId >dracoon-sdk</artifactId >
23
- <version >4.0.0 </version >
23
+ <version >4.0.1 </version >
24
24
</dependency >
25
25
```
26
26
27
27
##### Gradle
28
28
29
29
Add this dependency to your build.gradle:
30
30
``` groovy
31
- compile 'com.dracoon:dracoon-sdk:4.0.0 '
31
+ compile 'com.dracoon:dracoon-sdk:4.0.1 '
32
32
```
33
33
34
34
##### JAR import
35
35
36
36
The latest JAR can be found [ here] ( https://github.com/dracoon/dracoon-java-sdk/releases ) .
37
37
38
38
Note that you also need to include the following dependencies:
39
- 1 . Bouncy Castle Provider: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on
40
- 2 . Bouncy Castle PKIX/CMS/...: https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on
41
- 3 . Dracoon Crypto SDK: https://mvnrepository.com/artifact/com.dracoon/dracoon-crypto-sdk
42
- 4 . Google Gson: https://mvnrepository.com/artifact/com.google.code.gson/gson
43
- 5 . Square OkHttp: https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
44
- 6 . Square OkIo: https://mvnrepository.com/artifact/com.squareup.okio/okio
45
- 7 . Square Retrofit: https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
46
- 8 . Square Retrofit Gson Converter: https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-gson
39
+ 1 . Bouncy Castle PKIX/CMS/...: https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on
40
+ 2 . Bouncy Castle Provider: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on
41
+ 3 . Bouncy Castle Utils: https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk18on
42
+ 4 . Dracoon Crypto SDK: https://mvnrepository.com/artifact/com.dracoon/dracoon-crypto-sdk
43
+ 5 . Google Gson: https://mvnrepository.com/artifact/com.google.code.gson/gson
44
+ 6 . Square OkHttp: https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
45
+ 7 . Square OkIo: https://mvnrepository.com/artifact/com.squareup.okio/okio
46
+ 8 . Square Retrofit: https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
47
+ 9 . Square Retrofit Gson Converter: https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-gson
47
48
48
49
#### Usage on Android
49
50
0 commit comments