is not current version
Last Version 20.04.1-edge

io.nextflow:nf-ignite 19.07.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-ignite
Version

Version

19.07.0-edge
Type

Type

jar

Download nf-ignite 19.07.0-edge


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