a

alpheusafpparser

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.
https://github.com/afpdev/alpheusafpparser
GNU General Public License, Version 3
Rudolf Fiala
文件下载
文件名 操作
alpheusafpparser-0.2.2.jar 下载
alpheusafpparser-0.2.2.pom 下载
alpheusafpparser-0.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.afpdev</groupId>
  <artifactId>alpheusafpparser</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.afpdev:alpheusafpparser:0.2.2'
Gradle Kotlin
implementation("com.github.afpdev:alpheusafpparser:0.2.2")
Scala SBT
libraryDependencies += "com.github.afpdev" % "alpheusafpparser" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.afpdev', module='alpheusafpparser', version='0.2.2')
)
Apache Ivy
<dependency org="com.github.afpdev" name="alpheusafpparser" rev="0.2.2" />
Leiningen
[com.github.afpdev/alpheusafpparser "0.2.2"]
Apache Buildr
'com.github.afpdev:alpheusafpparser:jar:0.2.2'
本项目依赖