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