How to install the Java artifact com.payneteasy.superfly.superfly-client with Maven
Java
Maven
pom.xml
com.payneteasy.superfly
superfly-client
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-client</artifactId>
<version>1.7-19</version>
</dependency>
/dependencies>