is not current version
Last Version 4.17.0

com.github.xeroapi:xero-java 3.0.1

This is the official Java SDK for Xero API

Categories

Categories

Java Languages
GroupId

GroupId

com.github.xeroapi
ArtifactId

ArtifactId

xero-java
Version

Version

3.0.1
Type

Type

jar

Download xero-java 3.0.1


<!-- https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/ -->
<dependency>
    <groupId>com.github.xeroapi</groupId>
    <artifactId>xero-java</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/
implementation 'com.github.xeroapi:xero-java:3.0.1'
// https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/
implementation ("com.github.xeroapi:xero-java:3.0.1")
'com.github.xeroapi:xero-java:jar:3.0.1'
<dependency org="com.github.xeroapi" name="xero-java" rev="3.0.1">
  <artifact name="xero-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xeroapi', module='xero-java', version='3.0.1')
)
libraryDependencies += "com.github.xeroapi" % "xero-java" % "3.0.1"
[com.github.xeroapi/xero-java "3.0.1"]