n

nxf-httpfs

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
Files download
File Operation
nxf-httpfs-18.11.0-edge.jar download
nxf-httpfs-18.11.0-edge.pom download
nxf-httpfs-18.11.0-edge-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.crabime</groupId>
  <artifactId>nxf-httpfs</artifactId>
  <version>18.11.0-edge</version>
</dependency>
Gradle Groovy
implementation 'com.github.crabime:nxf-httpfs:18.11.0-edge'
Gradle Kotlin
implementation("com.github.crabime:nxf-httpfs:18.11.0-edge")
Scala SBT
libraryDependencies += "com.github.crabime" % "nxf-httpfs" % "18.11.0-edge"
Groovy Grape
@Grapes(
  @Grab(group='com.github.crabime', module='nxf-httpfs', version='18.11.0-edge')
)
Apache Ivy
<dependency org="com.github.crabime" name="nxf-httpfs" rev="18.11.0-edge" />
Leiningen
[com.github.crabime/nxf-httpfs "18.11.0-edge"]
Apache Buildr
'com.github.crabime:nxf-httpfs:jar:18.11.0-edge'