n

nxf-gridgain

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
http://www.nextflow.io
GPLv3
Paolo Di Tommaso
Files download
File Operation
nxf-gridgain-0.13.2.jar download
nxf-gridgain-0.13.2.pom download
nxf-gridgain-0.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nxf-gridgain</artifactId>
  <version>0.13.2</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nxf-gridgain:0.13.2'
Gradle Kotlin
implementation("io.nextflow:nxf-gridgain:0.13.2")
Scala SBT
libraryDependencies += "io.nextflow" % "nxf-gridgain" % "0.13.2"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nxf-gridgain', version='0.13.2')
)
Apache Ivy
<dependency org="io.nextflow" name="nxf-gridgain" rev="0.13.2" />
Leiningen
[io.nextflow/nxf-gridgain "0.13.2"]
Apache Buildr
'io.nextflow:nxf-gridgain:jar:0.13.2'