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