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