n

nf-commons

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
http://www.nextflow.io
The Apache License, Version 2.0
Paolo Di Tommaso
Files download
File Operation
nf-commons-24.04.1.jar download
nf-commons-24.04.1.pom download
nf-commons-24.04.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nf-commons</artifactId>
  <version>24.04.1</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nf-commons:24.04.1'
Gradle Kotlin
implementation("io.nextflow:nf-commons:24.04.1")
Scala SBT
libraryDependencies += "io.nextflow" % "nf-commons" % "24.04.1"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nf-commons', version='24.04.1')
)
Apache Ivy
<dependency org="io.nextflow" name="nf-commons" rev="24.04.1" />
Leiningen
[io.nextflow/nf-commons "24.04.1"]
Apache Buildr
'io.nextflow:nf-commons:jar:24.04.1'