GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdentercash |
Version | Version4.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
entercash-4.1.1.pom | |
entercash-4.1.1-sources.jar | 3 KB |
entercash-4.1.1-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/entercash/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>entercash</artifactId>
<version>4.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/entercash/
implementation 'com.adyen.checkout:entercash:4.1.1'
// https://jarcasting.com/artifacts/com.adyen.checkout/entercash/
implementation ("com.adyen.checkout:entercash:4.1.1")
'com.adyen.checkout:entercash:aar:4.1.1'
<dependency org="com.adyen.checkout" name="entercash" rev="4.1.1">
<artifact name="entercash" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='entercash', version='4.1.1')
)
libraryDependencies += "com.adyen.checkout" % "entercash" % "4.1.1"
[com.adyen.checkout/entercash "4.1.1"]