| License |
License |
|---|---|
| GroupId | GroupIddev.testify |
| ArtifactId | ArtifactIdtestify-compose |
| Version | Version2.0.0-alpha01 |
| Type | Typeaar |
| Description |
Descriptiontestify-compose
Jetpack Compose extensions for Android Testify
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.testify/testify-compose/ -->
<dependency>
<groupId>dev.testify</groupId>
<artifactId>testify-compose</artifactId>
<version>2.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.testify/testify-compose/
implementation 'dev.testify:testify-compose:2.0.0-alpha01'
// https://jarcasting.com/artifacts/dev.testify/testify-compose/
implementation ("dev.testify:testify-compose:2.0.0-alpha01")
'dev.testify:testify-compose:aar:2.0.0-alpha01'
<dependency org="dev.testify" name="testify-compose" rev="2.0.0-alpha01">
<artifact name="testify-compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.testify', module='testify-compose', version='2.0.0-alpha01')
)
libraryDependencies += "dev.testify" % "testify-compose" % "2.0.0-alpha01"
[dev.testify/testify-compose "2.0.0-alpha01"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.databinding » viewbinding | jar | 4.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| dev.testify : testify | jar | 2.0.0-alpha01 |
| androidx.activity » activity-compose | jar | 1.4.0 |
| androidx.appcompat » appcompat | jar | 1.3.1 |
| androidx.compose.material » material | jar | 1.0.5 |
| androidx.compose.ui » ui-tooling-preview | jar | 1.0.5 |
| androidx.compose.ui » ui | jar | 1.0.5 |
| androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.4.0 |
| androidx.test.espresso » espresso-core | jar | 3.4.0 |
| androidx.test » rules | jar | 1.4.0 |
| androidx.test » runner | jar | 1.4.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |