License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.gematik.ti |
ArtifactId | ArtifactIdcardreader.provider.api |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionCardReaderProvider-Api
The CardReaderProvider API define the general communication interface between application and HealthCardReader to abstract the specific implementation for each hardware card reader.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.api/ -->
<dependency>
<groupId>de.gematik.ti</groupId>
<artifactId>cardreader.provider.api</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.api/
implementation 'de.gematik.ti:cardreader.provider.api:1.2.1'
// https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.api/
implementation ("de.gematik.ti:cardreader.provider.api:1.2.1")
'de.gematik.ti:cardreader.provider.api:jar:1.2.1'
<dependency org="de.gematik.ti" name="cardreader.provider.api" rev="1.2.1">
<artifact name="cardreader.provider.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gematik.ti', module='cardreader.provider.api', version='1.2.1')
)
libraryDependencies += "de.gematik.ti" % "cardreader.provider.api" % "1.2.1"
[de.gematik.ti/cardreader.provider.api "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.greenrobot : eventbus | jar | 3.1.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.sonarsource.java : sonar-jacoco-listeners | jar | 3.8 |
org.mockito : mockito-core | jar | 3.0.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.1 |
org.apache.logging.log4j : log4j-core | jar | 2.8.1 |