Skip to content

Commit dd247e4

Browse files
committed
readme maven
1 parent 3057e21 commit dd247e4

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/SavioAndres/BrasilAPI-Java/blob/main/LICENSE)
33
[![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)
44
[![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)
56

67
Biblioteca criada para facilitar o acesso à API [BrasilAPI](https://github.com/BrasilAPI/BrasilAPI) na linguagem de programação Java.
78

@@ -16,21 +17,25 @@ Biblioteca criada para facilitar o acesso à API [BrasilAPI](https://github.com/
1617
## Informações
1718
- Suporte à Java 8 ou superior.
1819

19-
### Melhorias futuras
20-
- Integração ao Maven Central.
21-
2220
## 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
2722
```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>
3336
```
37+
### Demais gerenciadores:
38+
Gradle, SBT e Leiningen disponíveis em: [JitPack BrasilAPI-Java](https://jitpack.io/#SavioAndres/BrasilAPI-Java/v1.0.5)
3439

3540
## Exemplo de utilização
3641
```java

0 commit comments

Comments
 (0)