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