is not current version
Last Version 0.12.1

com.lumiomedical:lumio-flow 0.12

A library providing an opinionated way of structuring data processing programs such as ETLs

GroupId

GroupId

com.lumiomedical
ArtifactId

ArtifactId

lumio-flow
Version

Version

0.12
Type

Type

jar

Download lumio-flow 0.12


<!-- https://jarcasting.com/artifacts/com.lumiomedical/lumio-flow/ -->
<dependency>
    <groupId>com.lumiomedical</groupId>
    <artifactId>lumio-flow</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.lumiomedical/lumio-flow/
implementation 'com.lumiomedical:lumio-flow:0.12'
// https://jarcasting.com/artifacts/com.lumiomedical/lumio-flow/
implementation ("com.lumiomedical:lumio-flow:0.12")
'com.lumiomedical:lumio-flow:jar:0.12'
<dependency org="com.lumiomedical" name="lumio-flow" rev="0.12">
  <artifact name="lumio-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lumiomedical', module='lumio-flow', version='0.12')
)
libraryDependencies += "com.lumiomedical" % "lumio-flow" % "0.12"
[com.lumiomedical/lumio-flow "0.12"]