| GroupId | GroupIdio.nextflow |
|---|---|
| ArtifactId | ArtifactIdnextflow |
| Version | Version19.04.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nextflow-19.04.2.pom | |
| nextflow-19.04.2.jar | 3 MB |
| nextflow-19.04.2-sources.jar | 1 MB |
| nextflow-19.04.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nextflow/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nextflow</artifactId>
<version>19.04.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nextflow/
implementation 'io.nextflow:nextflow:19.04.2'
// https://jarcasting.com/artifacts/io.nextflow/nextflow/
implementation ("io.nextflow:nextflow:19.04.2")
'io.nextflow:nextflow:jar:19.04.2'
<dependency org="io.nextflow" name="nextflow" rev="19.04.2">
<artifact name="nextflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nextflow', version='19.04.2')
)
libraryDependencies += "io.nextflow" % "nextflow" % "19.04.2"
[io.nextflow/nextflow "19.04.2"]