![JAR search and dependency download from the Maven repository](/logo.png)
io.payrun.Application.orig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java SDK for accessing the UK Payroll API - PayRun.io
package io.payrun;
import io.payrun.helpers.RequestHelper;
public class Application {
public static void main(String args[]) {
try {
RequestHelper request =
new RequestHelper(
"https://api.test.payrun.io",
"ozPpjEMEPUJ6genpa2lw",
"Vj7fC5oh02u2g0Hm4pEXA6crI57lh9UiHC0wPg6lQyg",
<<<<<<< HEAD
"default");
=======
"18.19.1.481");
>>>>>>> ni-bands
SimplePayroll simplePayroll = new SimplePayroll();
simplePayroll.Execute(request);
}
catch (Exception e) {
e.printStackTrace();
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy