MVN

com.sentenial : nuapay-rest-client

Maven & Gradle

Apr 16, 2018
4 stars

nuapay-rest-client · NuaPay REST API Java Bindings

<dependency>
    <groupId>com.sentenial</groupId>
    <artifactId>nuapay-rest-client</artifactId>
    <version>1.0.27.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sentenial : nuapay-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.27.RELEASE

All Versions

Choose a version of com.sentenial : nuapay-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nuapay-rest-client-1.0.27.RELEASE
nuapay-rest-client-1.0.26.RELEASE
nuapay-rest-client-1.0.25.RELEASE
nuapay-rest-client-1.0.24.RELEASE
nuapay-rest-client-1.0.23.RELEASE
nuapay-rest-client-1.0.22.RELEASE
nuapay-rest-client-1.0.21.RELEASE
nuapay-rest-client-1.0.20.RELEASE
nuapay-rest-client-1.0.19.RELEASE
nuapay-rest-client-1.0.18.RELEASE
nuapay-rest-client-1.0.17.RELEASE
nuapay-rest-client-1.0.16.RELEASE
nuapay-rest-client-1.0.15.RELEASE
nuapay-rest-client-1.0.14.RELEASE
nuapay-rest-client-1.0.13.RELEASE
nuapay-rest-client-1.0.12.RELEASE
nuapay-rest-client-1.0.11.RELEASE
nuapay-rest-client-1.0.10.RELEASE
nuapay-rest-client-1.0.9.RELEASE

How to add a dependency to Maven

Add the following com.sentenial : nuapay-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sentenial</groupId>
    <artifactId>nuapay-rest-client</artifactId>
    <version>1.0.27.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sentenial : nuapay-rest-client gradle dependency to your build.gradle file:

implementation 'com.sentenial:nuapay-rest-client:1.0.27.RELEASE'

Gradle Kotlin DSL: Add the following com.sentenial : nuapay-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sentenial:nuapay-rest-client:1.0.27.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sentenial : nuapay-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sentenial" % "nuapay-rest-client" % "1.0.27.RELEASE"

Advertisement