MVN

ch.tutteli.atrium : atrium-core-robstoll-android

Maven & Gradle

Apr 30, 2020
6 usages

atrium-core-robstoll-android · robstoll's <[email protected]> implementation of the core of Atrium for the JVM platform.

<dependency>
    <groupId>ch.tutteli.atrium</groupId>
    <artifactId>atrium-core-robstoll-android</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.1
  • Latest Alpha: 0.9.0-alpha2

All Versions

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

  • Version Updated
  • atrium-core-robstoll-android-0.11.1

    Apr 30, 2020
  • atrium-core-robstoll-android-0.11.0

    Apr 19, 2020
  • atrium-core-robstoll-android-0.10.0

    Mar 12, 2020
  • atrium-core-robstoll-android-0.9.2

    Feb 08, 2020
  • atrium-core-robstoll-android-0.9.1

    Feb 06, 2020
  • atrium-core-robstoll-android-0.9.0

    Feb 02, 2020
  • atrium-core-robstoll-android-0.9.0-alpha2

    Jan 11, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.tutteli.atrium</groupId>
    <artifactId>atrium-core-robstoll-android</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.tutteli.atrium:atrium-core-robstoll-android:0.11.1'

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

implementation("ch.tutteli.atrium:atrium-core-robstoll-android:0.11.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.tutteli.atrium" % "atrium-core-robstoll-android" % "0.11.1"