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