is not current version
Last Version 20.12.1-edge

io.nextflow:nf-tower 19.09.0-egde

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-tower
Version

Version

19.09.0-egde
Type

Type

jar

Download nf-tower 19.09.0-egde


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