GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdnfc |
Version | Version2.4.10 |
Type | Typeaar |
Filename | Size |
---|---|
nfc-2.4.10.pom | |
nfc-2.4.10.aar | 26 KB |
nfc-2.4.10-sources.aar | 16 KB |
nfc-2.4.10-javadoc.aar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/nfc/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>nfc</artifactId>
<version>2.4.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/nfc/
implementation 'com.adyen.checkout:nfc:2.4.10'
// https://jarcasting.com/artifacts/com.adyen.checkout/nfc/
implementation ("com.adyen.checkout:nfc:2.4.10")
'com.adyen.checkout:nfc:aar:2.4.10'
<dependency org="com.adyen.checkout" name="nfc" rev="2.4.10">
<artifact name="nfc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='nfc', version='2.4.10')
)
libraryDependencies += "com.adyen.checkout" % "nfc" % "2.4.10"
[com.adyen.checkout/nfc "2.4.10"]