MVN

com.fedapay : fedapay-java

Maven & Gradle

Jan 21, 2022
0 stars

fedapay-java · Cette librairie permettra de faire les requetes HTTP de Fedapay dans un projet Java.

<dependency>
    <groupId>com.fedapay</groupId>
    <artifactId>fedapay-java</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
fedapay-java-1.0.1
fedapay-java-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.fedapay</groupId>
    <artifactId>fedapay-java</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fedapay : fedapay-java gradle dependency to your build.gradle file:

implementation 'com.fedapay:fedapay-java:1.0.1'

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

implementation("com.fedapay:fedapay-java:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fedapay : fedapay-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fedapay" % "fedapay-java" % "1.0.1"