MVN

de.gematik.ti : cardreader.provider.usb.identos

Maven & Gradle

Jan 27, 2020
2 stars

CardReaderProvider-USB-Identos · The CardReaderProvider-USB-Identos library provides functionality to use Identos card reader on Android devices.

<dependency>
    <groupId>de.gematik.ti</groupId>
    <artifactId>cardreader.provider.usb.identos</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gematik.ti : cardreader.provider.usb.identos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of de.gematik.ti : cardreader.provider.usb.identos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
cardreader.provider.usb.identos-1.1.9
cardreader.provider.usb.identos-1.1.8

How to add a dependency to Maven

Add the following de.gematik.ti : cardreader.provider.usb.identos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gematik.ti</groupId>
    <artifactId>cardreader.provider.usb.identos</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gematik.ti : cardreader.provider.usb.identos gradle dependency to your build.gradle file:

implementation 'de.gematik.ti:cardreader.provider.usb.identos:1.1.9'

Gradle Kotlin DSL: Add the following de.gematik.ti : cardreader.provider.usb.identos gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gematik.ti:cardreader.provider.usb.identos:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gematik.ti : cardreader.provider.usb.identos sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gematik.ti" % "cardreader.provider.usb.identos" % "1.1.9"

Advertisement