MVN

io.github.solven-eu.cleanthat : test-helpers

Maven & Gradle

Mar 12, 2023
18 usages
2 stars
<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>test-helpers</artifactId>
    <version>2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.solven-eu.cleanthat : test-helpers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11

All Versions

Choose a version of io.github.solven-eu.cleanthat : test-helpers to add to Maven or Gradle - All Versions:

  • Version Updated
  • test-helpers-2.11

    Mar 12, 2023
  • test-helpers-2.10

    Mar 09, 2023
  • test-helpers-2.9

    Mar 06, 2023
  • test-helpers-2.8

    Mar 04, 2023
  • test-helpers-2.7

    Mar 01, 2023
  • test-helpers-2.6

    Feb 22, 2023
  • test-helpers-2.5

    Feb 22, 2023
  • test-helpers-2.4

    Feb 19, 2023
  • test-helpers-2.3

    Feb 19, 2023
  • test-helpers-2.2

    Feb 12, 2023
  • test-helpers-2.1

    Feb 07, 2023
  • test-helpers-2.0

    Feb 06, 2023
  • test-helpers-1.9

    Dec 30, 2022
  • test-helpers-1.8

    Dec 30, 2022
  • test-helpers-1.7

    Oct 29, 2022
  • test-helpers-1.6

    Sep 14, 2022
  • test-helpers-1.5

    Sep 07, 2022
  • test-helpers-1.4

    Sep 06, 2022
  • test-helpers-1.3

    Jun 16, 2022
  • test-helpers-1.2

    Feb 12, 2022
  • test-helpers-1.1

    Dec 27, 2021
  • test-helpers-1.0

    Aug 11, 2021

How to add a dependency to Maven

Add the following io.github.solven-eu.cleanthat : test-helpers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>test-helpers</artifactId>
    <version>2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.solven-eu.cleanthat : test-helpers gradle dependency to your build.gradle file:

implementation 'io.github.solven-eu.cleanthat:test-helpers:2.11'

Gradle Kotlin DSL: Add the following io.github.solven-eu.cleanthat : test-helpers gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.solven-eu.cleanthat:test-helpers:2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.solven-eu.cleanthat : test-helpers sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.solven-eu.cleanthat" % "test-helpers" % "2.11"