MVN

ch.tutteli.atrium : atrium-domain-robstoll

Maven & Gradle

Mar 31, 2021
11 usages
401 stars

atrium-domain-robstoll-jvm · robstoll's <[email protected]> implementation of the domain (assertion functions and builders) of Atrium for the JVM platform.

<dependency>
    <groupId>ch.tutteli.atrium</groupId>
    <artifactId>atrium-domain-robstoll</artifactId>
    <version>0.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.tutteli.atrium : atrium-domain-robstoll to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.0
  • Latest Release Candidate: 0.14.0.RC1
  • Latest Alpha: 0.9.0-alpha2

All Versions

Choose a version of ch.tutteli.atrium : atrium-domain-robstoll to add to Maven or Gradle - All Versions:

  • Version Updated
  • atrium-domain-robstoll-0.16.0

    Mar 30, 2021
  • atrium-domain-robstoll-0.15.0

    Dec 23, 2020
  • atrium-domain-robstoll-0.14.0

    Nov 14, 2020
  • atrium-domain-robstoll-0.14.0.RC1

    Oct 30, 2020
  • atrium-domain-robstoll-0.13.0

    Aug 27, 2020
  • atrium-domain-robstoll-0.12.0

    May 26, 2020
  • atrium-domain-robstoll-0.11.1

    Apr 30, 2020
  • atrium-domain-robstoll-0.11.0

    Apr 19, 2020
  • atrium-domain-robstoll-0.10.0

    Mar 12, 2020
  • atrium-domain-robstoll-0.9.2

    Feb 08, 2020
  • atrium-domain-robstoll-0.9.1

    Feb 06, 2020
  • atrium-domain-robstoll-0.9.0

    Feb 02, 2020
  • atrium-domain-robstoll-0.9.0-alpha2

    Jan 11, 2020

How to add a dependency to Maven

Add the following ch.tutteli.atrium : atrium-domain-robstoll maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.tutteli.atrium</groupId>
    <artifactId>atrium-domain-robstoll</artifactId>
    <version>0.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.tutteli.atrium : atrium-domain-robstoll gradle dependency to your build.gradle file:

implementation 'ch.tutteli.atrium:atrium-domain-robstoll:0.16.0'

Gradle Kotlin DSL: Add the following ch.tutteli.atrium : atrium-domain-robstoll gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.tutteli.atrium:atrium-domain-robstoll:0.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.tutteli.atrium : atrium-domain-robstoll sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.tutteli.atrium" % "atrium-domain-robstoll" % "0.16.0"