| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.shopify.testify |
| Идентификатор | Идентификаторtestify-compose |
| Версия | Версия1.2.0-alpha01 |
| Тип | Типaar |
| Описание |
Описаниеtestify-compose
Jetpack Compose extensions for Android Testify
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| testify-compose-1.2.0-alpha01.pom | |
| testify-compose-1.2.0-alpha01-sources.jar | 4 KB |
| testify-compose-1.2.0-alpha01-javadoc.jar | 315 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.databinding » viewbinding | jar | 4.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |