MVN

com.github.flank : flank

Maven & Gradle

Jul 13, 2023
659 stars

Flank · Massively parallel Android and iOS test runner for Firebase Test Lab

<dependency>
    <groupId>com.github.flank</groupId>
    <artifactId>flank</artifactId>
    <version>23.07.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.flank : flank to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.07.0

All Versions

Choose a version of com.github.flank : flank to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.07.x
flank-23.07.0
23.06.x
flank-23.06.2
flank-23.06.1
flank-23.06.0
23.04.x
flank-23.04.0
23.03.x
flank-23.03.2
flank-23.03.1
flank-23.03.0
23.01.x
flank-23.01.0
22.10.x
flank-22.10.0
22.05.x
flank-22.05.0
22.04.x
flank-22.04.0
22.03.x
flank-22.03.0
21.11.x
flank-21.11.0
21.09.x
flank-21.09.0
21.08.x
flank-21.08.1
flank-21.08.0
21.07.x
flank-21.07.2
flank-21.07.1
flank-21.07.0
21.06.x
flank-21.06.1
flank-21.06.0
21.05.x
flank-21.05.0
21.04.x
flank-21.04.1
flank-21.04.0
21.03.x
flank-21.03.1
flank-21.03.0
21.02.x
flank-21.02.0
21.01.x
flank-21.01.1
flank-21.01.0
20.12.x
flank-20.12.0
20.09.x
flank-20.09.3
flank-20.09.2
flank-20.09.1
20.08.x
flank-20.08.4
flank-20.08.3
flank-20.08.0
20.07.x
flank-20.07.0
20.06.x
flank-20.06.2
flank-20.06.1
flank-20.06.0
20.05.x
flank-20.05.2
flank-20.05.1
flank-20.05.0
flank_snapshot
flank-flank_snapshot

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.flank</groupId>
    <artifactId>flank</artifactId>
    <version>23.07.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.flank : flank gradle dependency to your build.gradle file:

implementation 'com.github.flank:flank:23.07.0'

Gradle Kotlin DSL: Add the following com.github.flank : flank gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.flank:flank:23.07.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.flank : flank sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.flank" % "flank" % "23.07.0"

Advertisement