We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b51e0e commit 9dad263Copy full SHA for 9dad263
2 files changed
README.md
@@ -36,14 +36,14 @@ Download [the latest JAR][1] or grab via Maven:
36
<dependency>
37
<groupId>com.imsweb</groupId>
38
<artifactId>x12-parser</artifactId>
39
- <version>1.14</version>
+ <version>1.15</version>
40
</dependency>
41
```
42
43
or via Gradle:
44
45
```groovy
46
-compile 'com.imsweb:x12-parser:1.14'
+compile 'com.imsweb:x12-parser:1.15'
47
48
49
[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
build.gradle
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
group = 'com.imsweb'
16
-version = '1.14'
+version = '1.15'
17
description = 'Java client library for parsing x12 files'
18
19
tasks.withType(JavaCompile) {
0 commit comments