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