MVN

tech.antibytes.kmock : kmock-linuxx64

Maven & Gradle

Apr 13, 2023
57 stars

KMock Runtime · KMock - a Mock Generator for Kotlin (Multiplatform).

<dependency>
    <groupId>tech.antibytes.kmock</groupId>
    <artifactId>kmock-linuxx64</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.antibytes.kmock : kmock-linuxx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2
  • Latest Release Candidate: 0.3.0-rc08

All Versions

Choose a version of tech.antibytes.kmock : kmock-linuxx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
kmock-linuxx64-0.3.0-rc08
kmock-linuxx64-0.3.0-rc07
kmock-linuxx64-0.3.0-rc06
kmock-linuxx64-0.3.0-rc05
kmock-linuxx64-0.3.0-rc04
kmock-linuxx64-0.3.0-rc03
kmock-linuxx64-0.3.0-rc02
kmock-linuxx64-0.3.0-rc01
0.2.x
kmock-linuxx64-0.2.2
kmock-linuxx64-0.2.1
kmock-linuxx64-0.2.0

How to add a dependency to Maven

Add the following tech.antibytes.kmock : kmock-linuxx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.antibytes.kmock</groupId>
    <artifactId>kmock-linuxx64</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.antibytes.kmock : kmock-linuxx64 gradle dependency to your build.gradle file:

implementation 'tech.antibytes.kmock:kmock-linuxx64:0.2.2'

Gradle Kotlin DSL: Add the following tech.antibytes.kmock : kmock-linuxx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.antibytes.kmock:kmock-linuxx64:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.antibytes.kmock : kmock-linuxx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.antibytes.kmock" % "kmock-linuxx64" % "0.2.2"