KFixture Core

A tool to generate randomized test values for Kotlin Multiplatform.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

tech.antibytes.kfixture
ArtifactId

ArtifactId

core-android
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

KFixture Core
A tool to generate randomized test values for Kotlin Multiplatform.
Project URL

Project URL

https://github.com/bitPogo/kfixture

Download core-android

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.21
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.21
co.touchlab : stately-isolate-jvm jar 1.2.1
org.jetbrains.kotlinx : atomicfu-jvm jar 0.17.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0