e

emv-bertlv

Some decoders for the data used in EMV credit card transactions.
https://github.com/binaryfoo/emv-bertlv
The MIT License (MIT)
Will Currie
Files download
File Operation
emv-bertlv-0.1.8.jar download
emv-bertlv-0.1.8.pom download
emv-bertlv-0.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.binaryfoo</groupId>
  <artifactId>emv-bertlv</artifactId>
  <version>0.1.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.binaryfoo:emv-bertlv:0.1.8'
Gradle Kotlin
implementation("io.github.binaryfoo:emv-bertlv:0.1.8")
Scala SBT
libraryDependencies += "io.github.binaryfoo" % "emv-bertlv" % "0.1.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.binaryfoo', module='emv-bertlv', version='0.1.8')
)
Apache Ivy
<dependency org="io.github.binaryfoo" name="emv-bertlv" rev="0.1.8" />
Leiningen
[io.github.binaryfoo/emv-bertlv "0.1.8"]
Apache Buildr
'io.github.binaryfoo:emv-bertlv:jar:0.1.8'