MVN

com.github.t1 : test-tools

Maven & Gradle

Jun 18, 2021
2 stars

Test Tools · Test utilities, e.g. to check dependencies between java packages, a memento rule, et.al.

<dependency>
    <groupId>com.github.t1</groupId>
    <artifactId>test-tools</artifactId>
    <version>2.0.0M5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.t1 : test-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0M5

All Versions

Choose a version of com.github.t1 : test-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
test-tools-2.0.0M5

How to add a dependency to Maven

Add the following com.github.t1 : test-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.t1</groupId>
    <artifactId>test-tools</artifactId>
    <version>2.0.0M5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.t1 : test-tools gradle dependency to your build.gradle file:

implementation 'com.github.t1:test-tools:2.0.0M5'

Gradle Kotlin DSL: Add the following com.github.t1 : test-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.t1:test-tools:2.0.0M5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.t1 : test-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.t1" % "test-tools" % "2.0.0M5"

Advertisement