MVN

com.github.joutvhu : fixed-width-parser

Maven & Gradle

Aug 28, 2021
14 stars

fixed-width-parser · Parse fixed width string to object and export object to fixed width string

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.joutvhu : fixed-width-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of com.github.joutvhu : fixed-width-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
fixed-width-parser-1.1.5
fixed-width-parser-1.1.4
fixed-width-parser-1.1.3
fixed-width-parser-1.1.2
fixed-width-parser-1.1.1
fixed-width-parser-1.1.0
1.0.x
fixed-width-parser-1.0.4
fixed-width-parser-1.0.3
fixed-width-parser-1.0.2
fixed-width-parser-1.0.1
fixed-width-parser-1.0.0

How to add a dependency to Maven

Add the following com.github.joutvhu : fixed-width-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>fixed-width-parser</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.joutvhu : fixed-width-parser gradle dependency to your build.gradle file:

implementation 'com.github.joutvhu:fixed-width-parser:1.1.5'

Gradle Kotlin DSL: Add the following com.github.joutvhu : fixed-width-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.joutvhu:fixed-width-parser:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.joutvhu : fixed-width-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.joutvhu" % "fixed-width-parser" % "1.1.5"