MVN

io.synthesized : tdk-tc

Maven & Gradle

May 12, 2023
25 stars

TDK-TC · Synthesized TDK and TestContainers integration

<dependency>
    <groupId>io.synthesized</groupId>
    <artifactId>tdk-tc</artifactId>
    <version>1.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.synthesized : tdk-tc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.05

All Versions

Choose a version of io.synthesized : tdk-tc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.05
tdk-tc-1.05
1.04
tdk-tc-1.04
1.03
tdk-tc-1.03
1.02
tdk-tc-1.02
1.01
tdk-tc-1.01
1.0
tdk-tc-1.0

How to add a dependency to Maven

Add the following io.synthesized : tdk-tc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.synthesized</groupId>
    <artifactId>tdk-tc</artifactId>
    <version>1.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.synthesized : tdk-tc gradle dependency to your build.gradle file:

implementation 'io.synthesized:tdk-tc:1.05'

Gradle Kotlin DSL: Add the following io.synthesized : tdk-tc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.synthesized:tdk-tc:1.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.synthesized : tdk-tc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.synthesized" % "tdk-tc" % "1.05"