MVN

io.github.codestarx : control-flow

Maven & Gradle

Dec 30, 2023

control-flow · control-flow is an Android library that facilitates task sequencing, rollback actions, and error handling. It systematically oversees task execution, offering structured error handling and facilitating rollback processes for efficient management.

<dependency>
    <groupId>io.github.codestarx</groupId>
    <artifactId>control-flow</artifactId>
    <version>1.0.0-alpha08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.codestarx : control-flow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha08
  • Latest Alpha: 1.0.0-alpha08

All Versions

Choose a version of io.github.codestarx : control-flow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
control-flow-1.0.0-alpha08
control-flow-1.0.0-alpha07
control-flow-1.0.0-alpha06
control-flow-1.0.0-alpha05
control-flow-1.0.0-alpha04
control-flow-1.0.0-alpha02

How to add a dependency to Maven

Add the following io.github.codestarx : control-flow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.codestarx</groupId>
    <artifactId>control-flow</artifactId>
    <version>1.0.0-alpha08</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.codestarx : control-flow gradle dependency to your build.gradle file:

implementation 'io.github.codestarx:control-flow:1.0.0-alpha08'

Gradle Kotlin DSL: Add the following io.github.codestarx : control-flow gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.codestarx:control-flow:1.0.0-alpha08")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.codestarx : control-flow sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.codestarx" % "control-flow" % "1.0.0-alpha08"