is not current version
Last Version 18.12.0-edge

io.nextflow:nxf-ga4gh 18.11.0-edge

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

nxf-ga4gh
Version

Version

18.11.0-edge
Type

Type

jar

Download nxf-ga4gh 18.11.0-edge


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