MVN

net.sf.cobol2j : cobol2j

Maven & Gradle

Nov 02, 2010

cobol2j - Cobol and RPG data reader and converter · cobol2j reads COBOL or RPG EBCDIC or ASCII flat data files imported from mainframes, AS/400 or Baby/36 environment. Packed decimal, zoned or packed date fields decoding included. Default conversion tables provided.

<dependency>
    <groupId>net.sf.cobol2j</groupId>
    <artifactId>cobol2j</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.cobol2j : cobol2j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of net.sf.cobol2j : cobol2j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
cobol2j-1.5.4

How to add a dependency to Maven

Add the following net.sf.cobol2j : cobol2j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.cobol2j</groupId>
    <artifactId>cobol2j</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.cobol2j : cobol2j gradle dependency to your build.gradle file:

implementation 'net.sf.cobol2j:cobol2j:1.5.4'

Gradle Kotlin DSL: Add the following net.sf.cobol2j : cobol2j gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.cobol2j:cobol2j:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.cobol2j : cobol2j sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.cobol2j" % "cobol2j" % "1.5.4"

Advertisement