Download nextflow-0.18.0-RC2.jar file - Jar n

Jar examples for n:nextflow

Description

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner

You can download jar file nextflow 0.18.0-RC2 in this page.

License

GPLv3

Build File

You can use the following script to add nextflow-0.18.0-RC2.jar to your project.

<dependency>
   <groupId>io.nextflow</groupId>
   <artifactId>nextflow</artifactId>
   <version>0.18.0-RC2</version>
</dependency>
compile group: 'io.nextflow', name: 'nextflow', version: '0.18.0-RC2'
libraryDependencies += "io.nextflow" % "nextflow" % "0.18.0-RC2"
<dependency org="io.nextflow" name="nextflow" rev="0.18.0-RC2"/>
@Grapes(@Grab(group='io.nextflow', module='nextflow', version='0.18.0-RC2'))
'io.nextflow:nextflow:jar:0.18.0-RC2'

Download

Click the following link to download the jar file.

nextflow-0.18.0-RC2-javadoc.jar
nextflow-0.18.0-RC2-sources.jar
nextflow-0.18.0-RC2.jar
nextflow-0.18.0-RC2.pom



Related Tutorials