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