| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nblair |
| Идентификатор | Идентификаторpipeline |
| Последняя версия | Последняя версия0.2.0-RC1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPipeline
Pipeline is a module to make multi-step parallel workflows easier to implement.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pipeline-0.2.0-RC1.pom | |
| pipeline-0.2.0-RC1.jar | 13 KB |
| pipeline-0.2.0-RC1-sources.jar | 12 KB |
| pipeline-0.2.0-RC1-javadoc.jar | 74 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nblair/pipeline/ -->
<dependency>
<groupId>com.github.nblair</groupId>
<artifactId>pipeline</artifactId>
<version>0.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nblair/pipeline/
implementation 'com.github.nblair:pipeline:0.2.0-RC1'
// https://jarcasting.com/artifacts/com.github.nblair/pipeline/
implementation ("com.github.nblair:pipeline:0.2.0-RC1")
'com.github.nblair:pipeline:jar:0.2.0-RC1'
<dependency org="com.github.nblair" name="pipeline" rev="0.2.0-RC1">
<artifact name="pipeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nblair', module='pipeline', version='0.2.0-RC1')
)
libraryDependencies += "com.github.nblair" % "pipeline" % "0.2.0-RC1"
[com.github.nblair/pipeline "0.2.0-RC1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 3.0.7.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.9.0 |