Files download
File Operation
smartcard-reader-1.1.1.jar download
smartcard-reader-1.1.1.pom download
smartcard-reader-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.wnameless</groupId>
  <artifactId>smartcard-reader</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.wnameless:smartcard-reader:1.1.1'
Gradle Kotlin
implementation("com.github.wnameless:smartcard-reader:1.1.1")
Scala SBT
libraryDependencies += "com.github.wnameless" % "smartcard-reader" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wnameless', module='smartcard-reader', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.wnameless" name="smartcard-reader" rev="1.1.1" />
Leiningen
[com.github.wnameless/smartcard-reader "1.1.1"]
Apache Buildr
'com.github.wnameless:smartcard-reader:jar:1.1.1'