Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.xeroapi |
ArtifactId | ArtifactIdxero-java |
Version | Version4.8.1 |
Type | Typejar |
Filename | Size |
---|---|
xero-java-4.8.1.pom | |
xero-java-4.8.1.jar | 1 MB |
xero-java-4.8.1-sources.jar | 831 KB |
xero-java-4.8.1-javadoc.jar | 4 MB |
xero-java-4.8.1-jar-with-dependencies.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/ -->
<dependency>
<groupId>com.github.xeroapi</groupId>
<artifactId>xero-java</artifactId>
<version>4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/
implementation 'com.github.xeroapi:xero-java:4.8.1'
// https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/
implementation ("com.github.xeroapi:xero-java:4.8.1")
'com.github.xeroapi:xero-java:jar:4.8.1'
<dependency org="com.github.xeroapi" name="xero-java" rev="4.8.1">
<artifact name="xero-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xeroapi', module='xero-java', version='4.8.1')
)
libraryDependencies += "com.github.xeroapi" % "xero-java" % "4.8.1"
[com.github.xeroapi/xero-java "4.8.1"]