| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.nextflow |
| Идентификатор | Идентификаторnextflow |
| Последняя версия | Последняя версия22.06.1-edge |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNextflow
A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| nextflow-22.06.1-edge.pom | |
| nextflow-22.06.1-edge.jar | 3 MB |
| nextflow-22.06.1-edge-sources.jar | 1 MB |
| nextflow-22.06.1-edge-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.nextflow/nextflow/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nextflow</artifactId>
<version>22.06.1-edge</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nextflow/
implementation 'io.nextflow:nextflow:22.06.1-edge'
// https://jarcasting.com/artifacts/io.nextflow/nextflow/
implementation ("io.nextflow:nextflow:22.06.1-edge")
'io.nextflow:nextflow:jar:22.06.1-edge'
<dependency org="io.nextflow" name="nextflow" rev="22.06.1-edge">
<artifact name="nextflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nextflow', version='22.06.1-edge')
)
libraryDependencies += "io.nextflow" % "nextflow" % "22.06.1-edge"
[io.nextflow/nextflow "22.06.1-edge"]