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