MVN

com.varabyte.truthish : truthish-iosarm64

Maven & Gradle

Mar 06, 2023
97 stars

Truthish · A Google Truth inspired testing library written in Kotlin supporting multi-platform projects

<dependency>
    <groupId>com.varabyte.truthish</groupId>
    <artifactId>truthish-iosarm64</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.varabyte.truthish : truthish-iosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of com.varabyte.truthish : truthish-iosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
truthish-iosarm64-0.6.5

How to add a dependency to Maven

Add the following com.varabyte.truthish : truthish-iosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.varabyte.truthish</groupId>
    <artifactId>truthish-iosarm64</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.varabyte.truthish : truthish-iosarm64 gradle dependency to your build.gradle file:

implementation 'com.varabyte.truthish:truthish-iosarm64:0.6.5'

Gradle Kotlin DSL: Add the following com.varabyte.truthish : truthish-iosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.varabyte.truthish:truthish-iosarm64:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.varabyte.truthish : truthish-iosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.varabyte.truthish" % "truthish-iosarm64" % "0.6.5"