Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdde.gematik.ti |
ArtifactId | ArtifactIdcardreader.provider.usb.identos |
Version | Version1.1.8 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.usb.identos/ -->
<dependency>
<groupId>de.gematik.ti</groupId>
<artifactId>cardreader.provider.usb.identos</artifactId>
<version>1.1.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.usb.identos/
implementation 'de.gematik.ti:cardreader.provider.usb.identos:1.1.8'
// https://jarcasting.com/artifacts/de.gematik.ti/cardreader.provider.usb.identos/
implementation ("de.gematik.ti:cardreader.provider.usb.identos:1.1.8")
'de.gematik.ti:cardreader.provider.usb.identos:aar:1.1.8'
<dependency org="de.gematik.ti" name="cardreader.provider.usb.identos" rev="1.1.8">
<artifact name="cardreader.provider.usb.identos" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.gematik.ti', module='cardreader.provider.usb.identos', version='1.1.8')
)
libraryDependencies += "de.gematik.ti" % "cardreader.provider.usb.identos" % "1.1.8"
[de.gematik.ti/cardreader.provider.usb.identos "1.1.8"]