Skip to content

Commit

Permalink
Merge pull request #80 from shipping7/add-dependencies-on-readme
Browse files Browse the repository at this point in the history
Adiciona dependecias no README
  • Loading branch information
ericdallo authored Jun 19, 2017
2 parents bd500aa + 561d5b1 commit ec858c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,22 @@ public class CorreiosEtiquetaApiTest {
}
```

# Baixando a dependência

_Maven_
```xml
<dependency>
<groupId>br.com.correios</groupId>
<artifactId>correios-java-sdk</artifactId>
 <version>{última-versão-desejada}</version>
<type>pom</type>
</dependency>
```

_Gradle_
```groovy
compile 'br.com.correios:correios-java-sdk:{{última-versão-desejada}}'
```

# Autores

Expand Down

0 comments on commit ec858c2

Please sign in to comment.