Skip to content

Commit 615b8c8

Browse files
authored
Update README.md
1 parent cc1d6ff commit 615b8c8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# Java-MDFe [![MIT License](https://img.shields.io/github/license/PauloPenalva/Java_MDFe.svg) ](https://github.com/PauloPenalva/Java_MDFe/blob/master/LICENSE)
22
Biblioteca Java para consumo do WebService de MDF-e, baseada no projeto (https://github.com/Samuel-Oliveira/Java_NFe)
3+
4+
Para Iniciar :
5+
- Baixe o Schemas.rar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/schemas.zip) e extraia na sua Máquina.
6+
7+
- External Jar: Baixe e adicione às bibliotecas de seu Projeto.
8+
- https://github.com/PauloPenalva/Java_MDFe/releases
9+
10+
- Maven :
11+
```xml
12+
<dependency>
13+
<groupId>br.com.idxtec</groupId>
14+
<artifactId>java_mdfe</artifactId>
15+
<version>3.0</version>
16+
</dependency>
17+
```

0 commit comments

Comments
 (0)