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