MVN

se.warting.billy : flow

Maven & Gradle

Oct 31, 2022
25 stars

flow · Firebase Compose

<dependency>
    <groupId>se.warting.billy</groupId>
    <artifactId>flow</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.warting.billy : flow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of se.warting.billy : flow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
flow-0.0.15
flow-0.0.14
flow-0.0.13
flow-0.0.12
flow-0.0.11
flow-0.0.10
flow-0.0.9
flow-0.0.8
flow-0.0.7
flow-0.0.6
flow-0.0.5
flow-0.0.4
flow-0.0.3
flow-0.0.2
flow-0.0.1

How to add a dependency to Maven

Add the following se.warting.billy : flow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.warting.billy</groupId>
    <artifactId>flow</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.warting.billy : flow gradle dependency to your build.gradle file:

implementation 'se.warting.billy:flow:0.0.15'

Gradle Kotlin DSL: Add the following se.warting.billy : flow gradle kotlin dependency to your build.gradle.kts file:

implementation("se.warting.billy:flow:0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.warting.billy : flow sbt scala dependency to your build.sbt file:

libraryDependencies += "se.warting.billy" % "flow" % "0.0.15"

Advertisement