не последняя версия
Последняя версия 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

Группа

Группа

io.nextflow
Идентификатор

Идентификатор

nxf-ga4gh
Версия

Версия

18.11.0-edge
Тип

Тип

jar

Скачать 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"]