MVN

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

Maven & Gradle

Jan 27, 2020
0 stars

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

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

Latest Version

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

  • Latest Stable: 1.1.5

All Versions

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

Version Vulnerabilities Updated
1.1.x
cardreader.provider.usb.tactivo-1.1.5
cardreader.provider.usb.tactivo-1.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>de.gematik.ti</groupId>
    <artifactId>cardreader.provider.usb.tactivo</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.gematik.ti:cardreader.provider.usb.tactivo:1.1.5'

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

implementation("de.gematik.ti:cardreader.provider.usb.tactivo:1.1.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.gematik.ti" % "cardreader.provider.usb.tactivo" % "1.1.5"

Advertisement