is not current version
Last Version 0.15.6

io.nextflow:nxf-gridgain 0.15.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-gridgain
Version

Version

0.15.3
Type

Type

jar

Download nxf-gridgain 0.15.3


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