MVN

com.lumiomedical : lumio-flow

Maven & Gradle

Mar 16, 2021
1 usages
5 stars

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

<dependency>
    <groupId>com.lumiomedical</groupId>
    <artifactId>lumio-flow</artifactId>
    <version>0.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lumiomedical : lumio-flow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.1

All Versions

Choose a version of com.lumiomedical : lumio-flow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
lumio-flow-0.12.1
0.12
lumio-flow-0.12
0.11
lumio-flow-0.11
0.10
lumio-flow-0.10
0.9.x
lumio-flow-0.9.1
0.9
lumio-flow-0.9
0.8
lumio-flow-0.8
0.7.x
lumio-flow-0.7.2
lumio-flow-0.7.1
0.7
lumio-flow-0.7

How to add a dependency to Maven

Add the following com.lumiomedical : lumio-flow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lumiomedical</groupId>
    <artifactId>lumio-flow</artifactId>
    <version>0.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lumiomedical : lumio-flow gradle dependency to your build.gradle file:

implementation 'com.lumiomedical:lumio-flow:0.12.1'

Gradle Kotlin DSL: Add the following com.lumiomedical : lumio-flow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lumiomedical:lumio-flow:0.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lumiomedical : lumio-flow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lumiomedical" % "lumio-flow" % "0.12.1"

Advertisement