| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.github.davide-maestroni |
| Идентификатор | Идентификаторjroutine-lib |
| Последняя версия | Последняя версия6.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjroutine-lib
Parallel programming on the go
|
| Имя Файла | Размер |
|---|---|
| jroutine-lib-6.0.0.pom | |
| jroutine-lib-6.0.0.jar | 8 KB |
| jroutine-lib-6.0.0-sources.jar | 7 KB |
| jroutine-lib-6.0.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine-lib/ -->
<dependency>
<groupId>com.github.davide-maestroni</groupId>
<artifactId>jroutine-lib</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine-lib/
implementation 'com.github.davide-maestroni:jroutine-lib:6.0.0'
// https://jarcasting.com/artifacts/com.github.davide-maestroni/jroutine-lib/
implementation ("com.github.davide-maestroni:jroutine-lib:6.0.0")
'com.github.davide-maestroni:jroutine-lib:jar:6.0.0'
<dependency org="com.github.davide-maestroni" name="jroutine-lib" rev="6.0.0">
<artifact name="jroutine-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davide-maestroni', module='jroutine-lib', version='6.0.0')
)
libraryDependencies += "com.github.davide-maestroni" % "jroutine-lib" % "6.0.0"
[com.github.davide-maestroni/jroutine-lib "6.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.intellij : annotations | jar | 12.0 |
| com.github.davide-maestroni : jroutine-channel | jar | 6.0.0 |
| com.github.davide-maestroni : jroutine-core | jar | 6.0.0 |
| com.github.davide-maestroni : jroutine-function | jar | 6.0.0 |
| com.github.davide-maestroni : jroutine-method | jar | 6.0.0 |
| com.github.davide-maestroni : jroutine-object | jar | 6.0.0 |
| com.github.davide-maestroni : jroutine-operator | jar | 6.0.0 |
| com.github.davide-maestroni : jroutine-proxy | jar | 6.0.0 |
| com.github.davide-maestroni : jroutine-stream | jar | 6.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.4.1 |