File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg )] ( https://github.com/SavioAndres/BrasilAPI-Java/blob/main/LICENSE )
3
3
[ ![ Java CI with Maven] ( https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/maven.yml/badge.svg )] ( https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/maven.yml )
4
4
[ ![ CodeQL] ( https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/SavioAndres/BrasilAPI-Java/actions/workflows/codeql.yml )
5
+ [ ![ JitPack] ( https://jitpack.io/v/SavioAndres/BrasilAPI-Java.svg )] ( https://jitpack.io/#SavioAndres/BrasilAPI-Java/v1.0.5 )
5
6
6
7
Biblioteca criada para facilitar o acesso à API [ BrasilAPI] ( https://github.com/BrasilAPI/BrasilAPI ) na linguagem de programação Java.
7
8
@@ -16,21 +17,25 @@ Biblioteca criada para facilitar o acesso à API [BrasilAPI](https://github.com/
16
17
## Informações
17
18
- Suporte à Java 8 ou superior.
18
19
19
- ### Melhorias futuras
20
- - Integração ao Maven Central.
21
-
22
20
## Instalação
23
- ### Download da biblioteca
24
- <a href =" https://github.com/SavioAndres/BrasilAPI-Java/releases/download/v1.0.0/BrasilAPI.jar " >BrasilAPI.jar</a >
25
-
26
- ### Dependência Maven
21
+ ### Maven
27
22
``` xml
28
- <dependency >
29
- <groupId >com.google.code.gson</groupId >
30
- <artifactId >gson</artifactId >
31
- <version >2.10</version >
32
- </dependency >
23
+ <dependencies >
24
+ <dependency >
25
+ <groupId >com.github.SavioAndres</groupId >
26
+ <artifactId >BrasilAPI-Java</artifactId >
27
+ <version >v1.0.5</version >
28
+ </dependency >
29
+ </dependencies >
30
+ <repositories >
31
+ <repository >
32
+ <id >jitpack.io</id >
33
+ <url >https://jitpack.io</url >
34
+ </repository >
35
+ </repositories >
33
36
```
37
+ ### Demais gerenciadores:
38
+ Gradle, SBT e Leiningen disponíveis em: [ JitPack BrasilAPI-Java] ( https://jitpack.io/#SavioAndres/BrasilAPI-Java/v1.0.5 )
34
39
35
40
## Exemplo de utilização
36
41
``` java
You can’t perform that action at this time.
0 commit comments