is not current version
Last Version 22.06.1-edge

io.nextflow:nextflow 18.12.0-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

18.12.0-edge
Type

Type

jar

Download nextflow 18.12.0-edge


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