We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056ae6d commit 83fe168Copy full SHA for 83fe168
README.md
@@ -25,14 +25,14 @@ Download [the latest JAR][1] or grab via Maven:
25
<dependency>
26
<groupId>com.imsweb</groupId>
27
<artifactId>x12-parser</artifactId>
28
- <version>1.1</version>
+ <version>1.3</version>
29
</dependency>
30
```
31
32
or via Gradle:
33
34
```groovy
35
-compile 'com.imsweb.com:x12-parser:1.1'
+compile 'com.imsweb.com:x12-parser:1.3'
36
37
38
[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
0 commit comments