is not current version
Last Version 22.06.1-edge

io.nextflow:nf-commons 20.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-commons
Version

Version

20.07.0
Type

Type

jar

Download nf-commons 20.07.0


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