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