is not current version
Last Version 3.0.1

com.github.devnied.emvnfccard:parent 1.1.0

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

GroupId

GroupId

com.github.devnied.emvnfccard
ArtifactId

ArtifactId

parent
Version

Version

1.1.0
Type

Type

pom

Download parent 1.1.0

Filename Size
parent-1.1.0.pom 5 KB
Browse

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