MVN

ch.tutteli.atrium : atrium-api-fluent-en_GB-kotlin_1_3-android

Maven & Gradle

Apr 30, 2020
536 stars

atrium-api-fluent-en_GB-kotlin_1_3-android · Kotlin 1.3 specific assertion functions and builders for fluent-en_GB-android -- will be merged into fluent-en_GB-android with 1.0.0

<dependency>
    <groupId>ch.tutteli.atrium</groupId>
    <artifactId>atrium-api-fluent-en_GB-kotlin_1_3-android</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.tutteli.atrium : atrium-api-fluent-en_GB-kotlin_1_3-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-api-fluent-en_GB-kotlin_1_3-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
atrium-api-fluent-en_GB-kotlin_1_3-android-0.11.1
atrium-api-fluent-en_GB-kotlin_1_3-android-0.11.0
0.10.x
atrium-api-fluent-en_GB-kotlin_1_3-android-0.10.0
0.9.x
atrium-api-fluent-en_GB-kotlin_1_3-android-0.9.2
atrium-api-fluent-en_GB-kotlin_1_3-android-0.9.1
atrium-api-fluent-en_GB-kotlin_1_3-android-0.9.0
atrium-api-fluent-en_GB-kotlin_1_3-android-0.9.0-alpha2

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.tutteli.atrium</groupId>
    <artifactId>atrium-api-fluent-en_GB-kotlin_1_3-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-api-fluent-en_GB-kotlin_1_3-android gradle dependency to your build.gradle file:

implementation 'ch.tutteli.atrium:atrium-api-fluent-en_GB-kotlin_1_3-android:0.11.1'

Gradle Kotlin DSL: Add the following ch.tutteli.atrium : atrium-api-fluent-en_GB-kotlin_1_3-android gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.tutteli.atrium:atrium-api-fluent-en_GB-kotlin_1_3-android:0.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.tutteli.atrium : atrium-api-fluent-en_GB-kotlin_1_3-android sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.tutteli.atrium" % "atrium-api-fluent-en_GB-kotlin_1_3-android" % "0.11.1"

Advertisement