MVN

io.github.eaglesakura.workflowdispatcher : workflow-dispatcher-runtime

Maven & Gradle

Mar 29, 2021
2 stars

workflow-dispatcher-runtime · Android Async workflow support annotation-library.

<dependency>
    <groupId>io.github.eaglesakura.workflowdispatcher</groupId>
    <artifactId>workflow-dispatcher-runtime</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.eaglesakura.workflowdispatcher : workflow-dispatcher-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3
  • Latest Beta: 1.1.3-beta01

All Versions

Choose a version of io.github.eaglesakura.workflowdispatcher : workflow-dispatcher-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
workflow-dispatcher-runtime-1.2.3
workflow-dispatcher-runtime-1.2.2
workflow-dispatcher-runtime-1.2.1
workflow-dispatcher-runtime-1.2.0
1.1.x
workflow-dispatcher-runtime-1.1.3
workflow-dispatcher-runtime-1.1.3-beta01
workflow-dispatcher-runtime-1.1.2
workflow-dispatcher-runtime-1.1.2-beta01

How to add a dependency to Maven

Add the following io.github.eaglesakura.workflowdispatcher : workflow-dispatcher-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.eaglesakura.workflowdispatcher</groupId>
    <artifactId>workflow-dispatcher-runtime</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.eaglesakura.workflowdispatcher : workflow-dispatcher-runtime gradle dependency to your build.gradle file:

implementation 'io.github.eaglesakura.workflowdispatcher:workflow-dispatcher-runtime:1.2.3'

Gradle Kotlin DSL: Add the following io.github.eaglesakura.workflowdispatcher : workflow-dispatcher-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.eaglesakura.workflowdispatcher:workflow-dispatcher-runtime:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.eaglesakura.workflowdispatcher : workflow-dispatcher-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.eaglesakura.workflowdispatcher" % "workflow-dispatcher-runtime" % "1.2.3"