is not current version
Last Version 0.2.0

tech.antibytes.kfixture:core-android 0.1.0

A tool to generate randomized test values for Kotlin Multiplatform.

Categories

Categories

Ant Build Tools
GroupId

GroupId

tech.antibytes.kfixture
ArtifactId

ArtifactId

core-android
Version

Version

0.1.0
Type

Type

aar

Download core-android 0.1.0


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