GroupId | GroupIdio.nextflow |
---|---|
ArtifactId | ArtifactIdnxf-console |
Version | Version0.21.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
nxf-console-0.21.0-RC1.pom | |
nxf-console-0.21.0-RC1.jar | 57 KB |
nxf-console-0.21.0-RC1-sources.jar | 11 KB |
nxf-console-0.21.0-RC1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nextflow/nxf-console/ -->
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nxf-console</artifactId>
<version>0.21.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nxf-console/
implementation 'io.nextflow:nxf-console:0.21.0-RC1'
// https://jarcasting.com/artifacts/io.nextflow/nxf-console/
implementation ("io.nextflow:nxf-console:0.21.0-RC1")
'io.nextflow:nxf-console:jar:0.21.0-RC1'
<dependency org="io.nextflow" name="nxf-console" rev="0.21.0-RC1">
<artifact name="nxf-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nxf-console', version='0.21.0-RC1')
)
libraryDependencies += "io.nextflow" % "nxf-console" % "0.21.0-RC1"
[io.nextflow/nxf-console "0.21.0-RC1"]