is not current version
Last Version 18.12.0-edge

io.nextflow:nxf-ignite 0.23.3

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

Version

0.23.3
Type

Type

jar

Download nxf-ignite 0.23.3


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