| License |
License |
|---|---|
| GroupId | GroupIdcom.github.devnied.emvnfccard |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version3.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionEMV Paycard - Parent
A Java library used to read and extract data from EMV paycard.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| parent-3.0.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/parent/ -->
<dependency>
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>parent</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/parent/
implementation 'com.github.devnied.emvnfccard:parent:3.0.1'
// https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/parent/
implementation ("com.github.devnied.emvnfccard:parent:3.0.1")
'com.github.devnied.emvnfccard:parent:pom:3.0.1'
<dependency org="com.github.devnied.emvnfccard" name="parent" rev="3.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.devnied.emvnfccard', module='parent', version='3.0.1')
)
libraryDependencies += "com.github.devnied.emvnfccard" % "parent" % "3.0.1"
[com.github.devnied.emvnfccard/parent "3.0.1"]