| License |
License |
|---|---|
| GroupId | GroupIdcom.shopify.testify |
| ArtifactId | ArtifactIdtestify-compose |
| Version | Version1.2.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/com.shopify.testify/testify-compose/ -->
<dependency>
<groupId>com.shopify.testify</groupId>
<artifactId>testify-compose</artifactId>
<version>1.2.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shopify.testify/testify-compose/
implementation 'com.shopify.testify:testify-compose:1.2.0-alpha01'
// https://jarcasting.com/artifacts/com.shopify.testify/testify-compose/
implementation ("com.shopify.testify:testify-compose:1.2.0-alpha01")
'com.shopify.testify:testify-compose:aar:1.2.0-alpha01'
<dependency org="com.shopify.testify" name="testify-compose" rev="1.2.0-alpha01">
<artifact name="testify-compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shopify.testify', module='testify-compose', version='1.2.0-alpha01')
)
libraryDependencies += "com.shopify.testify" % "testify-compose" % "1.2.0-alpha01"
[com.shopify.testify/testify-compose "1.2.0-alpha01"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.databinding » viewbinding | jar | 4.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.shopify.testify : testify | jar | 1.2.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 |