не последняя версия
Последняя версия 18.12.0-edge

io.nextflow:nxf-httpfs 0.31.0-RC1

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner

Группа

Группа

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

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

nxf-httpfs
Версия

Версия

0.31.0-RC1
Тип

Тип

jar

Скачать nxf-httpfs 0.31.0-RC1


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