Files download
File Operation
AuthenticationSdk-0.0.11.jar download
AuthenticationSdk-0.0.11.pom download
AuthenticationSdk-0.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cybersource</groupId>
  <artifactId>AuthenticationSdk</artifactId>
  <version>0.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.cybersource:AuthenticationSdk:0.0.11'
Gradle Kotlin
implementation("com.cybersource:AuthenticationSdk:0.0.11")
Scala SBT
libraryDependencies += "com.cybersource" % "AuthenticationSdk" % "0.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.cybersource', module='AuthenticationSdk', version='0.0.11')
)
Apache Ivy
<dependency org="com.cybersource" name="AuthenticationSdk" rev="0.0.11" />
Leiningen
[com.cybersource/AuthenticationSdk "0.0.11"]
Apache Buildr
'com.cybersource:AuthenticationSdk:jar:0.0.11'