is not current version
Last Version 0.3.0-rc01

tech.antibytes.kmock:kmock-android 0.2.2

KMock - a Mock Generator for Kotlin (Multiplatform).

Categories

Categories

Ant Build Tools
GroupId

GroupId

tech.antibytes.kmock
ArtifactId

ArtifactId

kmock-android
Version

Version

0.2.2
Type

Type

aar

Download kmock-android 0.2.2


<!-- https://jarcasting.com/artifacts/tech.antibytes.kmock/kmock-android/ -->
<dependency>
    <groupId>tech.antibytes.kmock</groupId>
    <artifactId>kmock-android</artifactId>
    <version>0.2.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.antibytes.kmock/kmock-android/
implementation 'tech.antibytes.kmock:kmock-android:0.2.2'
// https://jarcasting.com/artifacts/tech.antibytes.kmock/kmock-android/
implementation ("tech.antibytes.kmock:kmock-android:0.2.2")
'tech.antibytes.kmock:kmock-android:aar:0.2.2'
<dependency org="tech.antibytes.kmock" name="kmock-android" rev="0.2.2">
  <artifact name="kmock-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.antibytes.kmock', module='kmock-android', version='0.2.2')
)
libraryDependencies += "tech.antibytes.kmock" % "kmock-android" % "0.2.2"
[tech.antibytes.kmock/kmock-android "0.2.2"]