is not current version
Last Version 18.12.0-edge

io.nextflow:nxf-ignite 0.30.2

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.30.2
Type

Type

jar

Download nxf-ignite 0.30.2


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