a

augmentafp

Augment AFP with items such as data matrix, text, and metadata.
https://bitbucket.org/shayvank/afp-library/
MIT License
Shay VanKeirsbilck
Files download
File Operation
augmentafp-0.1.3.jar download
augmentafp-0.1.3.pom download
augmentafp-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.shayvank</groupId>
  <artifactId>augmentafp</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.shayvank:augmentafp:0.1.3'
Gradle Kotlin
implementation("org.shayvank:augmentafp:0.1.3")
Scala SBT
libraryDependencies += "org.shayvank" % "augmentafp" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.shayvank', module='augmentafp', version='0.1.3')
)
Apache Ivy
<dependency org="org.shayvank" name="augmentafp" rev="0.1.3" />
Leiningen
[org.shayvank/augmentafp "0.1.3"]
Apache Buildr
'org.shayvank:augmentafp:jar:0.1.3'