License |
License |
---|---|
GroupId | GroupIdio.github.kakaocup |
ArtifactId | ArtifactIdcompose |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptioncompose
Nice and simple DSL for Espresso in Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
compose-0.0.7.pom | |
compose-0.0.7-sources.jar | 17 KB |
compose-0.0.7-javadoc.jar | 378 KB |
Browse |
<!-- 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"]
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 |