We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed41f5 commit 8cd857dCopy full SHA for 8cd857d
README.md
@@ -17,13 +17,13 @@ Para mais informações sobre [parâmetros](http://sejaefi.com.br/api) e [valore
17
* Java >= 7.0
18
19
## Testado com
20
-> java 7.0, 8.0, 13.0 e 20.0
+> java 7.0, 8.0, 13.0 e 18.0
21
22
## Instalação
23
**Via gradle:**
24
25
```gradle
26
-implementation 'br.com.efipay.efisdk:sdk-java-apis-efi:1.0.0'
+implementation 'br.com.efipay.efisdk:sdk-java-apis-efi:1.0.4'
27
```
28
29
**Via maven:**
@@ -32,7 +32,7 @@ implementation 'br.com.efipay.efisdk:sdk-java-apis-efi:1.0.0'
32
<dependency>
33
<groupId>br.com.efipay.efisdk</groupId>
34
<artifactId>sdk-java-apis-efi</artifactId>
35
- <version>1.0.0</version>
+ <version>1.0.4</version>
36
</dependency>
37
38
0 commit comments