MVN

com.soywiz.korlibs.ktruth : ktruth-watchosarm64

Maven & Gradle

Aug 23, 2023
77 stars

ktruth · Multiplatform testing library. Based off the truth API: https://truth.dev/

<dependency>
    <groupId>com.soywiz.korlibs.ktruth</groupId>
    <artifactId>ktruth-watchosarm64</artifactId>
    <version>4.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz.korlibs.ktruth : ktruth-watchosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.10
  • Latest Release Candidate: 4.0.0-rc6
  • Latest Beta: 4.0.0-beta3
  • Latest Alpha: 4.0.0-alpha-6

All Versions

Choose a version of com.soywiz.korlibs.ktruth : ktruth-watchosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
ktruth-watchosarm64-4.0.10
ktruth-watchosarm64-4.0.9
ktruth-watchosarm64-4.0.8
ktruth-watchosarm64-4.0.7
ktruth-watchosarm64-4.0.6
ktruth-watchosarm64-4.0.5
ktruth-watchosarm64-4.0.4-dev-1.9.20-2914
ktruth-watchosarm64-4.0.3
ktruth-watchosarm64-4.0.2
ktruth-watchosarm64-4.0.1
ktruth-watchosarm64-4.0.0
ktruth-watchosarm64-4.0.0-rc6
ktruth-watchosarm64-4.0.0-rc5
ktruth-watchosarm64-4.0.0-rc4
ktruth-watchosarm64-4.0.0-rc3
ktruth-watchosarm64-4.0.0-rc2
ktruth-watchosarm64-4.0.0-rc
ktruth-watchosarm64-4.0.0-beta3
ktruth-watchosarm64-4.0.0-beta2
ktruth-watchosarm64-4.0.0-beta
ktruth-watchosarm64-4.0.0-alpha-6
ktruth-watchosarm64-4.0.0-alpha-3

How to add a dependency to Maven

Add the following com.soywiz.korlibs.ktruth : ktruth-watchosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.soywiz.korlibs.ktruth</groupId>
    <artifactId>ktruth-watchosarm64</artifactId>
    <version>4.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz.korlibs.ktruth : ktruth-watchosarm64 gradle dependency to your build.gradle file:

implementation 'com.soywiz.korlibs.ktruth:ktruth-watchosarm64:4.0.10'

Gradle Kotlin DSL: Add the following com.soywiz.korlibs.ktruth : ktruth-watchosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz.korlibs.ktruth:ktruth-watchosarm64:4.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz.korlibs.ktruth : ktruth-watchosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz.korlibs.ktruth" % "ktruth-watchosarm64" % "4.0.10"