MVN

biz.turnonline.ecosystem : turnonline-revolut-business-client

Maven & Gradle

May 02, 2021
0 stars

Revolut for Business Open API Java Client · TurnOnline.biz Ecosystem Revolut for Business Open API Java client implementation based on CtoolkiT REST Facade API

<dependency>
    <groupId>biz.turnonline.ecosystem</groupId>
    <artifactId>turnonline-revolut-business-client</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.turnonline.ecosystem : turnonline-revolut-business-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of biz.turnonline.ecosystem : turnonline-revolut-business-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
turnonline-revolut-business-client-1.0.1
1.0
turnonline-revolut-business-client-1.0

How to add a dependency to Maven

Add the following biz.turnonline.ecosystem : turnonline-revolut-business-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.turnonline.ecosystem</groupId>
    <artifactId>turnonline-revolut-business-client</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.turnonline.ecosystem : turnonline-revolut-business-client gradle dependency to your build.gradle file:

implementation 'biz.turnonline.ecosystem:turnonline-revolut-business-client:1.0.1'

Gradle Kotlin DSL: Add the following biz.turnonline.ecosystem : turnonline-revolut-business-client gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.turnonline.ecosystem:turnonline-revolut-business-client:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.turnonline.ecosystem : turnonline-revolut-business-client sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.turnonline.ecosystem" % "turnonline-revolut-business-client" % "1.0.1"