| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.github.davide-maestroni |
| Идентификатор | Идентификаторjroutine-android |
| Версия | Версия4.1.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| jroutine-android-4.1.1.pom | |
| jroutine-android-4.1.1.aar | 200 KB |
| jroutine-android-4.1.1-sources.jar | 126 KB |
| jroutine-android-4.1.1-javadoc.jar | 251 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine-android/ -->
<dependency>
<groupId>com.github.davide-maestroni</groupId>
<artifactId>jroutine-android</artifactId>
<version>4.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine-android/
implementation 'com.github.davide-maestroni:jroutine-android:4.1.1'
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine-android/
implementation ("com.github.davide-maestroni:jroutine-android:4.1.1")
'com.github.davide-maestroni:jroutine-android:aar:4.1.1'
<dependency org="com.github.davide-maestroni" name="jroutine-android" rev="4.1.1">
<artifact name="jroutine-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.davide-maestroni', module='jroutine-android', version='4.1.1')
)
libraryDependencies += "com.github.davide-maestroni" % "jroutine-android" % "4.1.1"
[com.github.davide-maestroni/jroutine-android "4.1.1"]