is not current version
Last Version 20.12.1-edge

io.nextflow:nf-console 20.09.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

nf-console
Version

Version

20.09.0-edge
Type

Type

jar

Download nf-console 20.09.0-edge


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