is not current version
Last Version 1.2.1

de.gematik.ti:cardreader.provider.api 1.2.0

The CardReaderProvider API define the general communication interface between application and HealthCardReader to abstract the specific implementation for each hardware card reader.

Categories

Categories

IDE Development Tools
GroupId

GroupId

de.gematik.ti
ArtifactId

ArtifactId

cardreader.provider.api
Version

Version

1.2.0
Type

Type

jar

Download cardreader.provider.api 1.2.0


<!-- https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.api/ -->
<dependency>
    <groupId>de.gematik.ti</groupId>
    <artifactId>cardreader.provider.api</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.api/
implementation 'de.gematik.ti:cardreader.provider.api:1.2.0'
// https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.api/
implementation ("de.gematik.ti:cardreader.provider.api:1.2.0")
'de.gematik.ti:cardreader.provider.api:jar:1.2.0'
<dependency org="de.gematik.ti" name="cardreader.provider.api" rev="1.2.0">
  <artifact name="cardreader.provider.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gematik.ti', module='cardreader.provider.api', version='1.2.0')
)
libraryDependencies += "de.gematik.ti" % "cardreader.provider.api" % "1.2.0"
[de.gematik.ti/cardreader.provider.api "1.2.0"]