MVN

com.holon-platform.core : holon-test

Maven & Gradle

Jul 06, 2020
25 usages
12 stars

Holon unit tests utilities and support

<dependency>
    <groupId>com.holon-platform.core</groupId>
    <artifactId>holon-test</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.holon-platform.core : holon-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0
  • Latest Release Candidate: 5.2.0-rc2
  • Latest Alpha: 5.2.0-alpha2

All Versions

Choose a version of com.holon-platform.core : holon-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • holon-test-5.5.0

    Jul 06, 2020
  • holon-test-5.4.0

    Dec 27, 2019
  • holon-test-5.3.0

    Aug 26, 2019
  • holon-test-5.2.3

    May 17, 2019
  • holon-test-5.2.2

    Apr 05, 2019
  • holon-test-5.2.1

    Feb 28, 2019
  • holon-test-5.2.0

    Jan 14, 2019
  • holon-test-5.2.0-rc2

    Dec 24, 2018
  • holon-test-5.2.0-rc1

    Dec 06, 2018
  • holon-test-5.2.0-alpha2

    Nov 21, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.holon-platform.core</groupId>
    <artifactId>holon-test</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.holon-platform.core : holon-test gradle dependency to your build.gradle file:

implementation 'com.holon-platform.core:holon-test:5.5.0'

Gradle Kotlin DSL: Add the following com.holon-platform.core : holon-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.holon-platform.core:holon-test:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.holon-platform.core : holon-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.holon-platform.core" % "holon-test" % "5.5.0"