MVN

com.terathought.enchant : flare-android-debug

Maven & Gradle

Sep 06, 2022
0 stars

Flare · Light the way for your app's backend with functional and testable Firebase components

<dependency>
    <groupId>com.terathought.enchant</groupId>
    <artifactId>flare-android-debug</artifactId>
    <version>1.0.0-alpha12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.terathought.enchant : flare-android-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha12
  • Latest Alpha: 1.0.0-alpha12

All Versions

Choose a version of com.terathought.enchant : flare-android-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
flare-android-debug-1.0.0-alpha12
flare-android-debug-1.0.0-alpha11
flare-android-debug-1.0.0-alpha10
flare-android-debug-1.0.0-alpha09
flare-android-debug-1.0.0-alpha08
flare-android-debug-1.0.0-alpha07
flare-android-debug-1.0.0-alpha06
flare-android-debug-1.0.0-alpha05
flare-android-debug-1.0.0-alpha03

How to add a dependency to Maven

Add the following com.terathought.enchant : flare-android-debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.terathought.enchant</groupId>
    <artifactId>flare-android-debug</artifactId>
    <version>1.0.0-alpha12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.terathought.enchant : flare-android-debug gradle dependency to your build.gradle file:

implementation 'com.terathought.enchant:flare-android-debug:1.0.0-alpha12'

Gradle Kotlin DSL: Add the following com.terathought.enchant : flare-android-debug gradle kotlin dependency to your build.gradle.kts file:

implementation("com.terathought.enchant:flare-android-debug:1.0.0-alpha12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.terathought.enchant : flare-android-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "com.terathought.enchant" % "flare-android-debug" % "1.0.0-alpha12"