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