GroupId | GroupIdcom.cybersource |
---|---|
ArtifactId | ArtifactIdAuthenticationSdk |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
AuthenticationSdk-0.0.5.pom | |
AuthenticationSdk-0.0.5.jar | 58 KB |
AuthenticationSdk-0.0.5-sources.jar | 36 KB |
AuthenticationSdk-0.0.5-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cybersource/AuthenticationSdk/ -->
<dependency>
<groupId>com.cybersource</groupId>
<artifactId>AuthenticationSdk</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cybersource/AuthenticationSdk/
implementation 'com.cybersource:AuthenticationSdk:0.0.5'
// https://jarcasting.com/artifacts/com.cybersource/AuthenticationSdk/
implementation ("com.cybersource:AuthenticationSdk:0.0.5")
'com.cybersource:AuthenticationSdk:jar:0.0.5'
<dependency org="com.cybersource" name="AuthenticationSdk" rev="0.0.5">
<artifact name="AuthenticationSdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cybersource', module='AuthenticationSdk', version='0.0.5')
)
libraryDependencies += "com.cybersource" % "AuthenticationSdk" % "0.0.5"
[com.cybersource/AuthenticationSdk "0.0.5"]