GroupId | GroupIdcom.github.devnied.emvnfccard |
---|---|
ArtifactId | ArtifactIdsample-pcsc |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sample-pcsc-2.1.1.pom | |
sample-pcsc-2.1.1.jar | 4 KB |
sample-pcsc-2.1.1-sources.jar | 2 KB |
sample-pcsc-2.1.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/sample-pcsc/ -->
<dependency>
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>sample-pcsc</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/sample-pcsc/
implementation 'com.github.devnied.emvnfccard:sample-pcsc:2.1.1'
// https://jarcasting.com/artifacts/com.github.devnied.emvnfccard/sample-pcsc/
implementation ("com.github.devnied.emvnfccard:sample-pcsc:2.1.1")
'com.github.devnied.emvnfccard:sample-pcsc:jar:2.1.1'
<dependency org="com.github.devnied.emvnfccard" name="sample-pcsc" rev="2.1.1">
<artifact name="sample-pcsc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devnied.emvnfccard', module='sample-pcsc', version='2.1.1')
)
libraryDependencies += "com.github.devnied.emvnfccard" % "sample-pcsc" % "2.1.1"
[com.github.devnied.emvnfccard/sample-pcsc "2.1.1"]