is not current version
Last Version 22.06.1-edge

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

Version

19.12.0-edge
Type

Type

jar

Download nf-commons 19.12.0-edge


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