n

nxf-ignite

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
http://www.gooalgene.com
Apache 2.0
ShaoXian Song
文件下载
文件名 操作
nxf-ignite-18.11.0-edge.jar 下载
nxf-ignite-18.11.0-edge.pom 下载
nxf-ignite-18.11.0-edge-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.crabime</groupId>
  <artifactId>nxf-ignite</artifactId>
  <version>18.11.0-edge</version>
</dependency>
Gradle Groovy
implementation 'com.github.crabime:nxf-ignite:18.11.0-edge'
Gradle Kotlin
implementation("com.github.crabime:nxf-ignite:18.11.0-edge")
Scala SBT
libraryDependencies += "com.github.crabime" % "nxf-ignite" % "18.11.0-edge"
Groovy Grape
@Grapes(
  @Grab(group='com.github.crabime', module='nxf-ignite', version='18.11.0-edge')
)
Apache Ivy
<dependency org="com.github.crabime" name="nxf-ignite" rev="18.11.0-edge" />
Leiningen
[com.github.crabime/nxf-ignite "18.11.0-edge"]
Apache Buildr
'com.github.crabime:nxf-ignite:jar:18.11.0-edge'