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