is not current version
Last Version 20.12.1-edge

io.nextflow:nf-amazon 20.10.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

nf-amazon
Version

Version

20.10.0
Type

Type

jar

Download nf-amazon 20.10.0


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