MVN

com.github.afpdev : alpheusafpparser

Maven & Gradle

Oct 03, 2016
15 stars

Alpheus AFP Parser · Alpheus AFP Parser is a library and parser for the IBM Advanced Function Presentation (AFP) document/print stream format. Alpheus covers all AFP specifications: MO:DCA, BCOCA, CMOCA, FOCA, GOCA, IOCA, and PTOCA. It is a complete implementation. Every Structured Field, Repeating Group, and Triplet is fully implemented as Java class. Alpheus AFP Parser was written from scratch and has no external dependencies. Copyright 2015,2016 Rudolf Fiala Alpheus AFP Parser is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

<dependency>
    <groupId>com.github.afpdev</groupId>
    <artifactId>alpheusafpparser</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.afpdev : alpheusafpparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.github.afpdev : alpheusafpparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
alpheusafpparser-0.2.2

How to add a dependency to Maven

Add the following com.github.afpdev : alpheusafpparser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.afpdev</groupId>
    <artifactId>alpheusafpparser</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.afpdev : alpheusafpparser gradle dependency to your build.gradle file:

implementation 'com.github.afpdev:alpheusafpparser:0.2.2'

Gradle Kotlin DSL: Add the following com.github.afpdev : alpheusafpparser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.afpdev:alpheusafpparser:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.afpdev : alpheusafpparser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.afpdev" % "alpheusafpparser" % "0.2.2"