MVN

co.touchlab : karmok-library-iosarm64

Maven & Gradle

Aug 24, 2020
15 stars

Karmok · Mock generator and library

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>karmok-library-iosarm64</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab : karmok-library-iosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8
  • Latest Release Candidate: 0.1.7-1.4.0-rc

All Versions

Choose a version of co.touchlab : karmok-library-iosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
karmok-library-iosarm64-0.1.8
karmok-library-iosarm64-0.1.7-1.4.0-rc
karmok-library-iosarm64-0.1.7-1.4-M3
karmok-library-iosarm64-0.1.7-1.4-M2
karmok-library-iosarm64-0.1.7
karmok-library-iosarm64-0.1.6
karmok-library-iosarm64-0.1.0

How to add a dependency to Maven

Add the following co.touchlab : karmok-library-iosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>karmok-library-iosarm64</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab : karmok-library-iosarm64 gradle dependency to your build.gradle file:

implementation 'co.touchlab:karmok-library-iosarm64:0.1.8'

Gradle Kotlin DSL: Add the following co.touchlab : karmok-library-iosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab:karmok-library-iosarm64:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab : karmok-library-iosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab" % "karmok-library-iosarm64" % "0.1.8"

Advertisement