MVN

com.abavilla : fpi-msgr-api

Maven & Gradle

Aug 25, 2023
2 stars

FPI Messenger API shared library · Reactive backend REST api for integrating with Meta Messenger Graph API

<dependency>
    <groupId>com.abavilla</groupId>
    <artifactId>fpi-msgr-api</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.abavilla : fpi-msgr-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of com.abavilla : fpi-msgr-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
fpi-msgr-api-1.6.0
1.5.x
fpi-msgr-api-1.5.6
fpi-msgr-api-1.5.5
fpi-msgr-api-1.5.4
fpi-msgr-api-1.5.3
fpi-msgr-api-1.5.1
fpi-msgr-api-1.5.0
1.4.x
fpi-msgr-api-1.4.4
fpi-msgr-api-1.4.3
fpi-msgr-api-1.4.1
fpi-msgr-api-1.4.0
1.3.x
fpi-msgr-api-1.3.3
fpi-msgr-api-1.3.1
fpi-msgr-api-1.3.0
1.2.x
fpi-msgr-api-1.2.3
fpi-msgr-api-1.2.2
fpi-msgr-api-1.2.1
fpi-msgr-api-1.2.0
1.1.x
fpi-msgr-api-1.1.2
fpi-msgr-api-1.1.1
fpi-msgr-api-1.1.0
1.0.x
fpi-msgr-api-1.0.0
0.0.x
fpi-msgr-api-0.0.3

How to add a dependency to Maven

Add the following com.abavilla : fpi-msgr-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.abavilla</groupId>
    <artifactId>fpi-msgr-api</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.abavilla : fpi-msgr-api gradle dependency to your build.gradle file:

implementation 'com.abavilla:fpi-msgr-api:1.6.0'

Gradle Kotlin DSL: Add the following com.abavilla : fpi-msgr-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.abavilla:fpi-msgr-api:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.abavilla : fpi-msgr-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.abavilla" % "fpi-msgr-api" % "1.6.0"

Advertisement