GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdnfc |
Version | Version2.4.3 |
Type | Typeaar |
Filename | Size |
---|---|
nfc-2.4.3.pom | |
nfc-2.4.3.aar | 26 KB |
nfc-2.4.3-sources.aar | 16 KB |
nfc-2.4.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/nfc/
implementation 'com.adyen.checkout:nfc:2.4.3'
// https://jarcasting.com/artifacts/com.adyen.checkout/nfc/
implementation ("com.adyen.checkout:nfc:2.4.3")
'com.adyen.checkout:nfc:aar:2.4.3'
<dependency org="com.adyen.checkout" name="nfc" rev="2.4.3">
<artifact name="nfc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='nfc', version='2.4.3')
)
libraryDependencies += "com.adyen.checkout" % "nfc" % "2.4.3"
[com.adyen.checkout/nfc "2.4.3"]