is not current version
Last Version 3.0.1

com.github.devnied.emvnfccard:parent 2.0.1

A Java library used to read and extract data from EMV paycard.

GroupId

GroupId

com.github.devnied.emvnfccard
ArtifactId

ArtifactId

parent
Version

Version

2.0.1
Type

Type

pom

Download parent 2.0.1

Filename Size
parent-2.0.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/parent/ -->
<dependency>
    <groupId>com.github.devnied.emvnfccard</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/parent/
implementation 'com.github.devnied.emvnfccard:parent:2.0.1'
// https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/parent/
implementation ("com.github.devnied.emvnfccard:parent:2.0.1")
'com.github.devnied.emvnfccard:parent:pom:2.0.1'
<dependency org="com.github.devnied.emvnfccard" name="parent" rev="2.0.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.devnied.emvnfccard', module='parent', version='2.0.1')
)
libraryDependencies += "com.github.devnied.emvnfccard" % "parent" % "2.0.1"
[com.github.devnied.emvnfccard/parent "2.0.1"]