is not current version
Last Version 18.12.0-edge

io.nextflow:nxf-httpfs 0.26.0-beta4

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-httpfs
Version

Version

0.26.0-beta4
Type

Type

jar

Download nxf-httpfs 0.26.0-beta4


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