MVN

io.falu : falu-core

Maven & Gradle

Aug 24, 2023
0 stars

Falu Core · Common packages for Falu Android

<dependency>
    <groupId>io.falu</groupId>
    <artifactId>falu-core</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.falu : falu-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of io.falu : falu-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
falu-core-2.4.0
2.3.x
falu-core-2.3.0
2.2.x
falu-core-2.2.11
falu-core-2.2.1
falu-core-2.2.0
2.1.x
falu-core-2.1.13
falu-core-2.1.12
falu-core-2.1.11
falu-core-2.1.1
falu-core-2.1.0
1.5.x
falu-core-1.5.14
falu-core-1.5.13
falu-core-1.5.12
falu-core-1.5.11
falu-core-1.5.1

How to add a dependency to Maven

Add the following io.falu : falu-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.falu</groupId>
    <artifactId>falu-core</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.falu : falu-core gradle dependency to your build.gradle file:

implementation 'io.falu:falu-core:2.4.0'

Gradle Kotlin DSL: Add the following io.falu : falu-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.falu:falu-core:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.falu : falu-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.falu" % "falu-core" % "2.4.0"

Advertisement