is not current version
Last Version 18.12.0-edge

io.nextflow:nxf-console 0.30.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

nxf-console
Version

Version

0.30.0
Type

Type

jar

Download nxf-console 0.30.0


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