| GroupId | GroupIdio.nextflow |
|---|---|
| ArtifactId | ArtifactIdnf-httpfs |
| Version | Version20.04.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nf-httpfs-20.04.0.pom | |
| nf-httpfs-20.04.0.jar | 23 KB |
| nf-httpfs-20.04.0-sources.jar | 11 KB |
| nf-httpfs-20.04.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nf-httpfs/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nf-httpfs</artifactId>
<version>20.04.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nf-httpfs/
implementation 'io.nextflow:nf-httpfs:20.04.0'
// https://jarcasting.com/artifacts/io.nextflow/nf-httpfs/
implementation ("io.nextflow:nf-httpfs:20.04.0")
'io.nextflow:nf-httpfs:jar:20.04.0'
<dependency org="io.nextflow" name="nf-httpfs" rev="20.04.0">
<artifact name="nf-httpfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nf-httpfs', version='20.04.0')
)
libraryDependencies += "io.nextflow" % "nf-httpfs" % "20.04.0"
[io.nextflow/nf-httpfs "20.04.0"]