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