1- # Java-NFe [ ![ Build Status] ( https://travis-ci.org/Samuel-Oliveira/Java_NFe.svg?branch=master )] ( https://travis-ci.org/Samuel-Oliveira/Java_NFe ) [ ![ MIT License] ( https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg ) ] ( https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central )] ( https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.17 /jar ) [ ![ Language grade: Java] ( https://img.shields.io/lgtm/grade/java/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/context:java ) [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/alerts/ )
1+ # Java-NFe [ ![ Build Status] ( https://travis-ci.org/Samuel-Oliveira/Java_NFe.svg?branch=master )] ( https://travis-ci.org/Samuel-Oliveira/Java_NFe ) [ ![ MIT License] ( https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg ) ] ( https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central )] ( https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.18 /jar ) [ ![ Language grade: Java] ( https://img.shields.io/lgtm/grade/java/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/context:java ) [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/alerts/ )
22Biblioteca Java para consumo do WebService de NFe/NFCe
33
44## Dúvidas, Sugestões ou Consultoria
@@ -7,7 +7,7 @@ Entre no Discord do Projeto: https://discord.gg/ZXpqnaV
77## Gostou do Projeto? Dê sua colaboração pelo Pix: 01713390108 <img src =" https://swconsultoria.com.br/pix.png " width =" 200 " >
88
99Para Iniciar :
10- - Caso use Libs baixe o java-nfe-4.00.17 .jar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.17 .jar ) e o adicione às bibliotecas de Seu Projeto.
10+ - Caso use Libs baixe o java-nfe-4.00.18 .jar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.18 .jar ) e o adicione às bibliotecas de Seu Projeto.
1111
1212- Baixe o Schemas.rar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/schemas.zip ) e extraia na sua Máquina.
1313
@@ -16,7 +16,7 @@ Para Iniciar :
1616<dependency >
1717 <groupId >br.com.swconsultoria</groupId >
1818 <artifactId >java-nfe</artifactId >
19- <version >4.00.17 </version >
19+ <version >4.00.18 </version >
2020</dependency >
2121```
2222
@@ -28,7 +28,7 @@ repositories {
2828 }
2929}
3030dependencies {
31- implementation "br.com.swconsultoria:java-nfe:4.00.17 "
31+ implementation "br.com.swconsultoria:java-nfe:4.00.18 "
3232}
3333```
3434
@@ -38,7 +38,64 @@ ________________________________________________________________________________
3838
3939# Historico de Versões
4040
41- ## v4.00.18F - SNAPSHOT - 21/04/2022 - Schemas PL.009i
41+ [ // ] : # ( ## v4.00.19A - SNAPSHOT - 21/04/2022 - Schemas PL.009i )
42+
43+ [ // ] : # ( - Atualizado Cacert )
44+
45+ [ // ] : # ( - Alteração WebService CE )
46+
47+ [ // ] : # ( - Adicionado System.getProperty( ; "file.separator") ; como separado de arquivos )
48+
49+ [ // ] : # ( - Implementado NT 2021.004 1.20 )
50+
51+ [ // ] : # ( - Corrigido Consulta Cadastro MS )
52+
53+ [ // ] : # ( - Alterado URL QrCode NFCe MG )
54+
55+ [ // ] : # ( - Atualizado Servidro DFe Homologação )
56+
57+ [ // ] : # ( - Adicionado Compatibilidade com Java 14+ )
58+
59+ [ // ] : # ( - Adicionado Envento Ator Interessado )
60+
61+ [ // ] : # ( - Corrigido erro de Logs )
62+
63+ [ // ] : # ( - Adicionado Melhorias JaxB )
64+
65+ [ // ] : # ( )
66+ [ // ] : # ( Snapshot é a versão que se encontra em teste, só use em caso de extrema necessidade. )
67+
68+ [ // ] : # ( Para usar, adicione o repositorio de Snapshot ao Maven: )
69+
70+ [ // ] : # ( ``` )
71+
72+ [ // ] : # ( <repositories> )
73+
74+ [ // ] : # ( <repository> )
75+
76+ [ // ] : # ( <id>sonatype-nexus-snapshots</id> )
77+
78+ [ // ] : # ( <url>https://oss.sonatype.org/content/repositories/snapshots</url> )
79+
80+ [ // ] : # ( </repository> )
81+
82+ [ // ] : # ( </repositories> )
83+
84+ [ // ] : # ( <dependency> )
85+
86+ [ // ] : # ( <groupId>br.com.swconsultoria</groupId> )
87+
88+ [ // ] : # ( <artifactId>java-nfe</artifactId> )
89+
90+ [ // ] : # ( <version>4.00.19-SNAPSHOT</version> )
91+
92+ [ // ] : # ( </dependency> )
93+
94+ [ // ] : # ( ``` )
95+
96+ [ // ] : # ( Ou baixe o Jar aqui: https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.19-SNAPSHOT.jar )
97+
98+ ## v4.00.18 - 13/05/2022 - Schemas PL.009i
4299- Atualizado Cacert
43100- Alteração WebService CE
44101- Adicionado System.getProperty("file.separator") como separado de arquivos
@@ -51,23 +108,6 @@ ________________________________________________________________________________
51108- Corrigido erro de Logs
52109- Adicionado Melhorias JaxB
53110
54- Snapshot é a versão que se encontra em teste, só use em caso de extrema necessidade.
55- Para usar, adicione o repositorio de Snapshot ao Maven:
56- ```
57- <repositories>
58- <repository>
59- <id>sonatype-nexus-snapshots</id>
60- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
61- </repository>
62- </repositories>
63- <dependency>
64- <groupId>br.com.swconsultoria</groupId>
65- <artifactId>java-nfe</artifactId>
66- <version>4.00.18-SNAPSHOT</version>
67- </dependency>
68- ```
69- Ou baixe o Jar aqui: https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.18-SNAPSHOT.jar
70-
71111## v4.00.17 - 09/08/2021 - Schemas PL.009f
72112- Correção de Schemas
73113- Atualizado Cacert
0 commit comments