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.
2 parents 38cb774 + e549721 commit 03005b5Copy full SHA for 03005b5
README.md
@@ -11,7 +11,7 @@ Fixed Width Parser is a small library that purpose is:
11
- If you are using Gradle just add the following dependency to your `build.gradle`.
12
13
```groovy
14
-compile "com.github.joutvhu:fixed-width-parser:1.0.4"
+compile "com.github.joutvhu:fixed-width-parser:1.1.0"
15
```
16
17
- Or add the following dependency to your `pom.xml` if you are using Maven.
@@ -20,7 +20,7 @@ compile "com.github.joutvhu:fixed-width-parser:1.0.4"
20
<dependency>
21
<groupId>com.github.joutvhu</groupId>
22
<artifactId>fixed-width-parser</artifactId>
23
- <version>1.0.4</version>
+ <version>1.1.0</version>
24
</dependency>
25
26
0 commit comments