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