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