MVN

io.rapidpro : flows

Maven & Gradle

Sep 24, 2018
5 stars

RapidPro Flows · Java implementation of RapidPro Flows

<dependency>
    <groupId>io.rapidpro</groupId>
    <artifactId>flows</artifactId>
    <version>11.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rapidpro : flows to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.5

All Versions

Choose a version of io.rapidpro : flows to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.5
flows-11.5
11.4
flows-11.4
11.3
flows-11.3
11.2.x
flows-11.2.1
11.2
flows-11.2
11.1
flows-11.1
11.0.x
flows-11.0.1
flows-11.0.0
1.5.x
flows-1.5.0
1.4.x
flows-1.4.0
1.3.x
flows-1.3.4
flows-1.3.3
flows-1.3.2
flows-1.3.1
1.3
flows-1.3
1.2.x
flows-1.2.9
flows-1.2.8
flows-1.2.7
flows-1.2.6
flows-1.2.5
flows-1.2.4
flows-1.2.3
flows-1.2.2
flows-1.2.1
1.2
flows-1.2
1.1.x
flows-1.1.1
1.1
flows-1.1
1.0
flows-1.0

How to add a dependency to Maven

Add the following io.rapidpro : flows maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rapidpro</groupId>
    <artifactId>flows</artifactId>
    <version>11.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rapidpro : flows gradle dependency to your build.gradle file:

implementation 'io.rapidpro:flows:11.5'

Gradle Kotlin DSL: Add the following io.rapidpro : flows gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rapidpro:flows:11.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rapidpro : flows sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rapidpro" % "flows" % "11.5"

Advertisement