compose

Nice and simple DSL for Espresso in Kotlin

License

License

GroupId

GroupId

io.github.kakaocup
ArtifactId

ArtifactId

compose
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

aar
Description

Description

compose
Nice and simple DSL for Espresso in Kotlin
Project URL

Project URL

https://github.com/KakaoCup/Compose
Source Code Management

Source Code Management

https://github.com/KakaoCup/Compose.git

Download compose

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.kakaocup/compose/ -->
<dependency>
    <groupId>io.github.kakaocup</groupId>
    <artifactId>compose</artifactId>
    <version>0.0.7</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kakaocup/compose/
implementation 'io.github.kakaocup:compose:0.0.7'
// https://jarcasting.com/artifacts/io.github.kakaocup/compose/
implementation ("io.github.kakaocup:compose:0.0.7")
'io.github.kakaocup:compose:aar:0.0.7'
<dependency org="io.github.kakaocup" name="compose" rev="0.0.7">
  <artifact name="compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.kakaocup', module='compose', version='0.0.7')
)
libraryDependencies += "io.github.kakaocup" % "compose" % "0.0.7"
[io.github.kakaocup/compose "0.0.7"]

Dependencies

runtime (4)

Group / Artifact Type Version
androidx.test.espresso » espresso-core jar 3.4.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.10
androidx.compose.ui » ui-test-junit4 jar 1.1.1
androidx.test.ext » junit jar 1.1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1