is not current version
Last Version 18.12.0-edge

io.nextflow:nxf-console 0.28.2

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

Type

jar

Download nxf-console 0.28.2


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