is not current version
Last Version 20.12.1-edge

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

nf-console
Version

Version

19.07.0
Type

Type

jar

Download nf-console 19.07.0


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