| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.cobol2j |
| ArtifactId | ArtifactIdcobol2j |
| Last Version | Last Version1.5.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncobol2j - 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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cobol2j-1.5.4.pom | |
| cobol2j-1.5.4.jar | 31 KB |
| cobol2j-1.5.4-sources.jar | 21 KB |
| cobol2j-1.5.4-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.cobol2j/cobol2j/ -->
<dependency>
<groupId>net.sf.cobol2j</groupId>
<artifactId>cobol2j</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cobol2j/cobol2j/
implementation 'net.sf.cobol2j:cobol2j:1.5.4'
// https://jarcasting.com/artifacts/net.sf.cobol2j/cobol2j/
implementation ("net.sf.cobol2j:cobol2j:1.5.4")
'net.sf.cobol2j:cobol2j:jar:1.5.4'
<dependency org="net.sf.cobol2j" name="cobol2j" rev="1.5.4">
<artifact name="cobol2j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cobol2j', module='cobol2j', version='1.5.4')
)
libraryDependencies += "net.sf.cobol2j" % "cobol2j" % "1.5.4"
[net.sf.cobol2j/cobol2j "1.5.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| commons-lang : commons-lang | jar | 2.4 |
| xerces : xercesImpl | jar | 2.8.1 |
| org.apache.poi : poi | jar | 3.1-FINAL |
| cb2xml » cb2xml | jar | 0.94 |
| javax.xml.bind : jaxb-api | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |