is not current version
Last Version 22.06.1-edge

io.nextflow:nf-httpfs 20.06.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

nf-httpfs
Version

Version

20.06.0-edge
Type

Type

jar

Download nf-httpfs 20.06.0-edge


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