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