is not current version
Last Version 0.15.6

io.nextflow:nxf-gridgain 0.13.0

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

Type

jar

Download nxf-gridgain 0.13.0


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