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