| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdtech.antibytes.kfixture |
| ArtifactId | ArtifactIdcore-android |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionKFixture Core
A tool to generate randomized test values for Kotlin Multiplatform.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| core-android-0.2.0.pom | |
| core-android-0.2.0-sources.jar | 26 KB |
| core-android-0.2.0-javadoc.jar | 241 KB |
| Browse |
<!-- 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"]
| 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 |