| Группа | Группаio.nextflow |
|---|---|
| Идентификатор | Идентификаторnf-httpfs |
| Версия | Версия21.04.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nf-httpfs-21.04.3.pom | |
| nf-httpfs-21.04.3.jar | 26 KB |
| nf-httpfs-21.04.3-sources.jar | 14 KB |
| nf-httpfs-21.04.3-javadoc.jar | 15 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.nextflow/nf-httpfs/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nf-httpfs</artifactId>
<version>21.04.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nf-httpfs/
implementation 'io.nextflow:nf-httpfs:21.04.3'
// https://jarcasting.com/artifacts/io.nextflow/nf-httpfs/
implementation ("io.nextflow:nf-httpfs:21.04.3")
'io.nextflow:nf-httpfs:jar:21.04.3'
<dependency org="io.nextflow" name="nf-httpfs" rev="21.04.3">
<artifact name="nf-httpfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nf-httpfs', version='21.04.3')
)
libraryDependencies += "io.nextflow" % "nf-httpfs" % "21.04.3"
[io.nextflow/nf-httpfs "21.04.3"]