Last Version

Kotlin Test Utils 0.1.0

A collection of tools to write automated tests

License

License

GroupId

GroupId

dev.amaro
ArtifactId

ArtifactId

ktx-tests
Version

Version

0.1.0
Type

Type

aar
Description

Description

Kotlin Test Utils
A collection of tools to write automated tests

Download ktx-tests 0.1.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.3.7
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.4.0
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.