MVN

com.hipay.fullservice : hipayfullservice

Maven & Gradle

Sep 27, 2022
3 stars

HiPayFullservice · The HiPay Fullservice SDK for Android is a library that allows you to accept payments in your Android application by leveraging the HiPay Fullservice payment platform

<dependency>
    <groupId>com.hipay.fullservice</groupId>
    <artifactId>hipayfullservice</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hipay.fullservice : hipayfullservice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.hipay.fullservice : hipayfullservice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
hipayfullservice-2.1.0
2.0.x
hipayfullservice-2.0.0
1.7.x
hipayfullservice-1.7.0
1.6.x
hipayfullservice-1.6.4
hipayfullservice-1.6.3
hipayfullservice-1.6.2
hipayfullservice-1.6.1
hipayfullservice-1.6.0
1.5.x
hipayfullservice-1.5.2
hipayfullservice-1.5.1
hipayfullservice-1.5.0
1.4.x
hipayfullservice-1.4.1
hipayfullservice-1.4.0
1.3.x
hipayfullservice-1.3.9
hipayfullservice-1.3.8
hipayfullservice-1.3.7
hipayfullservice-1.3.6
hipayfullservice-1.3.5
hipayfullservice-1.3.4
hipayfullservice-1.3.3
hipayfullservice-1.3.2
hipayfullservice-1.3.1
1.2.x
hipayfullservice-1.2.1
hipayfullservice-1.2.0
1.1.x
hipayfullservice-1.1.1
hipayfullservice-1.1.0
1.0.x
hipayfullservice-1.0.2
hipayfullservice-1.0.1
hipayfullservice-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hipay.fullservice</groupId>
    <artifactId>hipayfullservice</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hipay.fullservice : hipayfullservice gradle dependency to your build.gradle file:

implementation 'com.hipay.fullservice:hipayfullservice:2.1.0'

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

implementation("com.hipay.fullservice:hipayfullservice:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hipay.fullservice : hipayfullservice sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hipay.fullservice" % "hipayfullservice" % "2.1.0"