n

nf-commons

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