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