We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1d6ff commit 615b8c8Copy full SHA for 615b8c8
1 file changed
README.md
@@ -1,2 +1,17 @@
1
# Java-MDFe [ ](https://github.com/PauloPenalva/Java_MDFe/blob/master/LICENSE)
2
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