is not current version
Last Version 22.06.1-edge

io.nextflow:nextflow 0.23.3

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.23.3
Type

Type

jar

Download nextflow 0.23.3


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