l

lumio-flow

A library providing an opinionated way of structuring data processing programs such as ETLs
https://github.com/lumio-medical/lumio-flow
MIT License
Lumio Medical
Pierre Lecerf
Files download
File Operation
lumio-flow-0.12.1.jar download
lumio-flow-0.12.1.pom download
lumio-flow-0.12.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lumiomedical</groupId>
  <artifactId>lumio-flow</artifactId>
  <version>0.12.1</version>
</dependency>
Gradle Groovy
implementation 'com.lumiomedical:lumio-flow:0.12.1'
Gradle Kotlin
implementation("com.lumiomedical:lumio-flow:0.12.1")
Scala SBT
libraryDependencies += "com.lumiomedical" % "lumio-flow" % "0.12.1"
Groovy Grape
@Grapes(
  @Grab(group='com.lumiomedical', module='lumio-flow', version='0.12.1')
)
Apache Ivy
<dependency org="com.lumiomedical" name="lumio-flow" rev="0.12.1" />
Leiningen
[com.lumiomedical/lumio-flow "0.12.1"]
Apache Buildr
'com.lumiomedical:lumio-flow:jar:0.12.1'