is not current version
Last Version 18.12.0-edge

io.nextflow:nxf-httpfs 0.25.5

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.25.5
Type

Type

jar

Download nxf-httpfs 0.25.5


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