is not current version
Last Version 20.12.1-edge

io.nextflow:nf-ga4gh 20.01.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-ga4gh
Version

Version

20.01.0-rc1
Type

Type

jar

Download nf-ga4gh 20.01.0-rc1


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