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