MVN

io.github.catlin-dev : fixed-width-record-generator

Maven & Gradle

Dec 17, 2017

Fixed-Width-Record-Generator · Library to generate fixed width files

<dependency>
    <groupId>io.github.catlin-dev</groupId>
    <artifactId>fixed-width-record-generator</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.catlin-dev : fixed-width-record-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.RELEASE

All Versions

Choose a version of io.github.catlin-dev : fixed-width-record-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fixed-width-record-generator-2.0.0.RELEASE
1.1.x
fixed-width-record-generator-1.1.0.RELEASE
1.0.x
fixed-width-record-generator-1.0.0.RELEASE

How to add a dependency to Maven

Add the following io.github.catlin-dev : fixed-width-record-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.catlin-dev</groupId>
    <artifactId>fixed-width-record-generator</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.catlin-dev : fixed-width-record-generator gradle dependency to your build.gradle file:

implementation 'io.github.catlin-dev:fixed-width-record-generator:2.0.0.RELEASE'

Gradle Kotlin DSL: Add the following io.github.catlin-dev : fixed-width-record-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.catlin-dev:fixed-width-record-generator:2.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.catlin-dev : fixed-width-record-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.catlin-dev" % "fixed-width-record-generator" % "2.0.0.RELEASE"

Advertisement