MVN

com.myfatoorah : myfatoorah

Maven & Gradle

May 24, 2023

My Fatoorah SDK · This SDK simplify the MyFatoorah payment platforms integration with your app, that works smoothly and provide you a simple way to embed our payment functions within your app.

<dependency>
    <groupId>com.myfatoorah</groupId>
    <artifactId>myfatoorah</artifactId>
    <version>2.2.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.19

All Versions

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

Version Vulnerabilities Updated
2.2.x
myfatoorah-2.2.19
myfatoorah-2.2.18
myfatoorah-2.2.17
myfatoorah-2.2.16
myfatoorah-2.2.15
myfatoorah-2.2.14
myfatoorah-2.2.13
myfatoorah-2.2.12
myfatoorah-2.2.11
myfatoorah-2.2.10
myfatoorah-2.2.9
myfatoorah-2.2.8
myfatoorah-2.2.7
myfatoorah-2.2.6
myfatoorah-2.2.5
myfatoorah-2.2.4
myfatoorah-2.2.3
myfatoorah-2.2.2
myfatoorah-2.2.1
myfatoorah-2.2.0
2.1.x
myfatoorah-2.1.3
myfatoorah-2.1.2
myfatoorah-2.1.1
myfatoorah-2.1.0
2.0.x
myfatoorah-2.0.29
myfatoorah-2.0.28
0.0.x
myfatoorah-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.myfatoorah</groupId>
    <artifactId>myfatoorah</artifactId>
    <version>2.2.19</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.myfatoorah:myfatoorah:2.2.19'

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

implementation("com.myfatoorah:myfatoorah:2.2.19")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.myfatoorah" % "myfatoorah" % "2.2.19"

Advertisement