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