| License |
License |
|---|---|
| GroupId | GroupIdcom.lyra |
| ArtifactId | ArtifactIdcards-nfc-recognizer |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLyra Cards Nfc Recognizer - Library
Fork of a java library used to read and extract public data from NFC EMV credit cards. Original repo is https://github.com/devnied/EMV-NFC-Paycard-Enrollment
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cards-nfc-recognizer-1.0.0.pom | |
| cards-nfc-recognizer-1.0.0.jar | 241 KB |
| cards-nfc-recognizer-1.0.0-sources.jar | 199 KB |
| cards-nfc-recognizer-1.0.0-javadoc.jar | 858 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lyra/cards-nfc-recognizer/ -->
<dependency>
<groupId>com.lyra</groupId>
<artifactId>cards-nfc-recognizer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyra/cards-nfc-recognizer/
implementation 'com.lyra:cards-nfc-recognizer:1.0.0'
// https://jarcasting.com/artifacts/com.lyra/cards-nfc-recognizer/
implementation ("com.lyra:cards-nfc-recognizer:1.0.0")
'com.lyra:cards-nfc-recognizer:jar:1.0.0'
<dependency org="com.lyra" name="cards-nfc-recognizer" rev="1.0.0">
<artifact name="cards-nfc-recognizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyra', module='cards-nfc-recognizer', version='1.0.0')
)
libraryDependencies += "com.lyra" % "cards-nfc-recognizer" % "1.0.0"
[com.lyra/cards-nfc-recognizer "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.devnied : bit-lib4j | jar | 1.5.0 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.apache.commons : commons-collections4 | jar | 4.1 |
| commons-io : commons-io | jar | 2.4 |
| net.sf.scuba : scuba-smartcards | jar | 0.0.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.powermock : powermock-module-junit4 | jar | 2.0.4 |
| org.powermock : powermock-api-easymock | jar | 2.0.4 |
| cglib : cglib | jar | 3.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |