is not current version
Last Version 0.27.6

io.nextflow:nxf-drmaa 0.18.0-RC2

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner

GroupId

GroupId

io.nextflow
ArtifactId

ArtifactId

nxf-drmaa
Version

Version

0.18.0-RC2
Type

Type

jar

Download nxf-drmaa 0.18.0-RC2


<!-- https://jarcasting.com/artifacts/io.nextflow/nxf-drmaa/ -->
<dependency>
    <groupId>io.nextflow</groupId>
    <artifactId>nxf-drmaa</artifactId>
    <version>0.18.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextflow/nxf-drmaa/
implementation 'io.nextflow:nxf-drmaa:0.18.0-RC2'
// https://jarcasting.com/artifacts/io.nextflow/nxf-drmaa/
implementation ("io.nextflow:nxf-drmaa:0.18.0-RC2")
'io.nextflow:nxf-drmaa:jar:0.18.0-RC2'
<dependency org="io.nextflow" name="nxf-drmaa" rev="0.18.0-RC2">
  <artifact name="nxf-drmaa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextflow', module='nxf-drmaa', version='0.18.0-RC2')
)
libraryDependencies += "io.nextflow" % "nxf-drmaa" % "0.18.0-RC2"
[io.nextflow/nxf-drmaa "0.18.0-RC2"]