is not current version
Last Version 22.06.1-edge

io.nextflow:nextflow 20.12.1-edge

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner

GroupId

GroupId

io.nextflow
ArtifactId

ArtifactId

nextflow
Version

Version

20.12.1-edge
Type

Type

jar

Download nextflow 20.12.1-edge


<!-- https://jarcasting.com/artifacts/io.nextflow/nextflow/ -->
<dependency>
    <groupId>io.nextflow</groupId>
    <artifactId>nextflow</artifactId>
    <version>20.12.1-edge</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nextflow/
implementation 'io.nextflow:nextflow:20.12.1-edge'
// https://jarcasting.com/artifacts/io.nextflow/nextflow/
implementation ("io.nextflow:nextflow:20.12.1-edge")
'io.nextflow:nextflow:jar:20.12.1-edge'
<dependency org="io.nextflow" name="nextflow" rev="20.12.1-edge">
  <artifact name="nextflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nextflow', version='20.12.1-edge')
)
libraryDependencies += "io.nextflow" % "nextflow" % "20.12.1-edge"
[io.nextflow/nextflow "20.12.1-edge"]