merchant-sdk-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.tryflux</groupId> <artifactId>merchant-sdk-java</artifactId> <version>2018.11.09</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.tryflux</groupId> <artifactId>merchant-sdk-java</artifactId> <version>2018.11.09</version> <name>Flux Merchant SDK</name> <description>Manages sending merchant transaction data to the Flux API</description> <url>https://developers.tryflux.com/merchant-sender</url> <licenses> <license> <name>The 3-Clause BSD License</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> </license> </licenses> <developers> <developer> <id>tomreay</id> <name>Tom Reay</name> <email>developers@tryflux.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/tryflux/flux-merchant-sdk-java</connection> <developerConnection>scm:git:ssh://github.com:tryflux/flux-merchant-sdk-java</developerConnection> <url>https://github.com/tryflux/flux-merchant-sdk-java</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.2.60</version> <scope>compile</scope> </dependency> </dependencies> </project>