is not current version
Last Version 22.06.1-edge

io.nextflow:nextflow 0.27.6

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

0.27.6
Type

Type

jar

Download nextflow 0.27.6


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