MVN

com.apphance.flow : apphance-flow

Maven & Gradle

Jul 10, 2014
18 stars

Apphance Flow · Apphance Flow - gradle plugin to automate builds for mobile applications

<dependency>
    <groupId>com.apphance.flow</groupId>
    <artifactId>apphance-flow</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.3
  • Latest Release Candidate: 1.0.2-RC1

All Versions

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

Version Vulnerabilities Updated
1.1.x
apphance-flow-1.1.3
apphance-flow-1.1.2
apphance-flow-1.1.1
1.1
apphance-flow-1.1
1.0.x
apphance-flow-1.0.8
apphance-flow-1.0.7
apphance-flow-1.0.6
apphance-flow-1.0.5
apphance-flow-1.0.4
apphance-flow-1.0.3
apphance-flow-1.0.2-RC1
apphance-flow-1.0.1-RC1
apphance-flow-1.0.1-M3
1.0
apphance-flow-1.0-RC1
apphance-flow-1.0-M3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.apphance.flow</groupId>
    <artifactId>apphance-flow</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.apphance.flow:apphance-flow:1.1.3'

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

implementation("com.apphance.flow:apphance-flow:1.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.apphance.flow" % "apphance-flow" % "1.1.3"

Advertisement