| Категории |
КатегорииCRaSH Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.growingio.android |
| Идентификатор | Идентификаторcrash |
| Версия | Версия3.2.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| crash-3.2.1.pom | |
| crash-3.2.1.aar | 7 KB |
| crash-3.2.1-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.growingio.android/crash/ -->
<dependency>
<groupId>com.growingio.android</groupId>
<artifactId>crash</artifactId>
<version>3.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.growingio.android/crash/
implementation 'com.growingio.android:crash:3.2.1'
// https://jarcasting.com/artifacts/com.growingio.android/crash/
implementation ("com.growingio.android:crash:3.2.1")
'com.growingio.android:crash:aar:3.2.1'
<dependency org="com.growingio.android" name="crash" rev="3.2.1">
<artifact name="crash" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.growingio.android', module='crash', version='3.2.1')
)
libraryDependencies += "com.growingio.android" % "crash" % "3.2.1"
[com.growingio.android/crash "3.2.1"]