Xero

by Mario David
4.5
0
  • Latest Version 0.1.1
  • Updated 69 months ago
  • Supported Version v6.9
  • License Apache 2.0
  • Resources
  • Tags
    Integration
  • Component Coordinates
    Copy

Overview

This application component lets you easily integrate with the Xero API.

It mainly leverages the official Xero Java SDK. The configuration of the SDK is done via CUBA's application properties.

In order to download all dependencies it is required to add the following Maven repositories to your build.gradle:

buildscript {  
    //...   
    repositories {
        maven { url "https://raw.github.com/XeroAPI/Xero-Java/mvn-repo" }
        maven { url "https://raw.github.com/XeroAPI/XeroAPI-Schemas/mvn-repo" }
        //...       
    }
}

You can add the repositories also using Studio repositories configuration dialog: edit Project Properties, then click the button in the Repository field.

A video tutorial about how to configure the Xero SDK in order to integrate it with a CUBA application.