s

sdk-integration-tests

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