@@ -24,7 +24,7 @@ and customizable way to create QRCodes into the JVM domain, especially in the ba
24
24
25
25
## Installation
26
26
27
- This library is available from [ Maven Central] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/1.0.3 /qrcode-kotlin )
27
+ This library is available from [ Maven Central] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/1.1.0 /qrcode-kotlin )
28
28
so you can add ` QRCode-Kotlin ` to your project as a dependency like any other:
29
29
30
30
** If you're using Maven - pom.xml:**
@@ -33,18 +33,18 @@ so you can add `QRCode-Kotlin` to your project as a dependency like any other:
33
33
<dependency >
34
34
<groupId >io.github.g0dkar</groupId >
35
35
<artifactId >qrcode-kotlin</artifactId >
36
- <version >1.0.3 </version >
36
+ <version >1.1.0 </version >
37
37
</dependency >
38
38
```
39
39
40
40
** If you're using Gradle:**
41
41
42
42
``` groovy
43
43
// Kotlin ❤️
44
- implementation("io.github.g0dkar:qrcode-kotlin:1.0.3 ")
44
+ implementation("io.github.g0dkar:qrcode-kotlin:1.1.0 ")
45
45
46
46
// Groovy
47
- implementation 'io.github.g0dkar:qrcode-kotlin:1.0.3 '
47
+ implementation 'io.github.g0dkar:qrcode-kotlin:1.1.0 '
48
48
```
49
49
50
50
## Examples and Usage
@@ -217,7 +217,7 @@ personalizável de se criar QRCodes para o domínio da JVM, especialmente no bac
217
217
218
218
## Instalação
219
219
220
- Esta biblioteca está disponível a partir da [ Central Maven] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/1.0.3 /qrcode-kotlin ) ,
220
+ Esta biblioteca está disponível a partir da [ Central Maven] ( https://search.maven.org/artifact/io.github.g0dkar/qrcode-kotlin/1.1.0 /qrcode-kotlin ) ,
221
221
então basta adicionar o ` QRCode-Kotlin ` a seu projeto como qualquer outra dependência:
222
222
223
223
** Se você utiliza Maven - pom.xml:**
@@ -226,18 +226,18 @@ então basta adicionar o `QRCode-Kotlin` a seu projeto como qualquer outra depen
226
226
<dependency >
227
227
<groupId >io.github.g0dkar</groupId >
228
228
<artifactId >qrcode-kotlin</artifactId >
229
- <version >1.0.3 </version >
229
+ <version >1.1.0 </version >
230
230
</dependency >
231
231
```
232
232
233
233
** Se você utiliza Gradle:**
234
234
235
235
``` groovy
236
236
// Kotlin ❤️
237
- implementation("io.github.g0dkar:qrcode-kotlin:1.0.3 ")
237
+ implementation("io.github.g0dkar:qrcode-kotlin:1.1.0 ")
238
238
239
239
// Groovy
240
- implementation 'io.github.g0dkar:qrcode-kotlin:1.0.3 '
240
+ implementation 'io.github.g0dkar:qrcode-kotlin:1.1.0 '
241
241
```
242
242
243
243
## Exemplos e Usos
0 commit comments