is not current version
Last Version 20.12.1-edge

io.nextflow:nf-amazon 20.07.0-RC1

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

nf-amazon
Version

Version

20.07.0-RC1
Type

Type

jar

Download nf-amazon 20.07.0-RC1


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