is not current version
Last Version 22.06.1-edge

io.nextflow:nextflow 0.15.0

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

Type

jar

Download nextflow 0.15.0


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