is not current version
Last Version 0.27.6

io.nextflow:nxf-drmaa 0.25.3

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.25.3
Type

Type

jar

Download nxf-drmaa 0.25.3


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