MVN

com.tryflux : merchant-sdk-java

Maven & Gradle

Nov 09, 2018

Flux Merchant SDK · Manages sending merchant transaction data to the Flux API

<dependency>
    <groupId>com.tryflux</groupId>
    <artifactId>merchant-sdk-java</artifactId>
    <version>2018.11.09</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2018.11.09

All Versions

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

Version Vulnerabilities Updated
2018.11.x
merchant-sdk-java-2018.11.09

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tryflux</groupId>
    <artifactId>merchant-sdk-java</artifactId>
    <version>2018.11.09</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tryflux:merchant-sdk-java:2018.11.09'

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

implementation("com.tryflux:merchant-sdk-java:2018.11.09")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tryflux" % "merchant-sdk-java" % "2018.11.09"