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