| Группа | Группаcom.shopify.testify |
|---|---|
| Идентификатор | Идентификаторtestify |
| Версия | Версия1.1.0-rc01 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| testify-1.1.0-rc01.pom | |
| testify-1.1.0-rc01-sources.jar | 70 KB |
| testify-1.1.0-rc01-javadoc.jar | 493 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.shopify.testify/testify/ -->
<dependency>
<groupId>com.shopify.testify</groupId>
<artifactId>testify</artifactId>
<version>1.1.0-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shopify.testify/testify/
implementation 'com.shopify.testify:testify:1.1.0-rc01'
// https://jarcasting.com/artifacts/com.shopify.testify/testify/
implementation ("com.shopify.testify:testify:1.1.0-rc01")
'com.shopify.testify:testify:aar:1.1.0-rc01'
<dependency org="com.shopify.testify" name="testify" rev="1.1.0-rc01">
<artifact name="testify" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shopify.testify', module='testify', version='1.1.0-rc01')
)
libraryDependencies += "com.shopify.testify" % "testify" % "1.1.0-rc01"
[com.shopify.testify/testify "1.1.0-rc01"]