MVN

com.hardis.reflex : tdk-test-samples

Maven & Gradle

Aug 21, 2017

TDKTestSamples · Test examples based on TDK

<dependency>
    <groupId>com.hardis.reflex</groupId>
    <artifactId>tdk-test-samples</artifactId>
    <version>9.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hardis.reflex : tdk-test-samples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.7.0
  • Latest Release Candidate: 9.6.10-rc1-rc1-rc1-rc1-rc1

All Versions

Choose a version of com.hardis.reflex : tdk-test-samples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.7.x
tdk-test-samples-9.7.0
tdk-test-samples-9.7.0-rc4
tdk-test-samples-9.7.0-rc3
tdk-test-samples-9.7.0-rc1
9.6.x
tdk-test-samples-9.6.10-rc1-rc1-rc1-rc1-rc1
tdk-test-samples-9.6.9-rc1-rc1-rc1-rc1
tdk-test-samples-9.6.6-rc1
tdk-test-samples-9.6.5
tdk-test-samples-9.6.5-rc1
tdk-test-samples-9.6.4
tdk-test-samples-9.6.4-rc1-rc1
tdk-test-samples-9.6.2-rc1
tdk-test-samples-9.6.1
tdk-test-samples-9.6.0

How to add a dependency to Maven

Add the following com.hardis.reflex : tdk-test-samples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hardis.reflex</groupId>
    <artifactId>tdk-test-samples</artifactId>
    <version>9.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hardis.reflex : tdk-test-samples gradle dependency to your build.gradle file:

implementation 'com.hardis.reflex:tdk-test-samples:9.7.0'

Gradle Kotlin DSL: Add the following com.hardis.reflex : tdk-test-samples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hardis.reflex:tdk-test-samples:9.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hardis.reflex : tdk-test-samples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hardis.reflex" % "tdk-test-samples" % "9.7.0"