MVN

com.terathought.enchant : flare-iosx64

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-iosx64</artifactId>
    <version>1.0.0-alpha12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.terathought.enchant : flare-iosx64 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-iosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
flare-iosx64-1.0.0-alpha12
flare-iosx64-1.0.0-alpha11
flare-iosx64-1.0.0-alpha10
flare-iosx64-1.0.0-alpha09
flare-iosx64-1.0.0-alpha08
flare-iosx64-1.0.0-alpha07
flare-iosx64-1.0.0-alpha06
flare-iosx64-1.0.0-alpha05
flare-iosx64-1.0.0-alpha04
flare-iosx64-1.0.0-alpha03
flare-iosx64-1.0.0-alpha02
flare-iosx64-1.0.0-alpha01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.terathought.enchant</groupId>
    <artifactId>flare-iosx64</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-iosx64 gradle dependency to your build.gradle file:

implementation 'com.terathought.enchant:flare-iosx64:1.0.0-alpha12'

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

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

How to add a dependency to SBT Scala

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

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