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