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