Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.xeroapi |
ArtifactId | ArtifactIdxero-java |
Version | Version4.7.2 |
Type | Typejar |
Filename | Size |
---|---|
xero-java-4.7.2.pom | |
xero-java-4.7.2.jar | 1 MB |
xero-java-4.7.2-sources.jar | 752 KB |
xero-java-4.7.2-javadoc.jar | 4 MB |
xero-java-4.7.2-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.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/
implementation 'com.github.xeroapi:xero-java:4.7.2'
// https://jarcasting.com/artifacts/com.github.xeroapi/xero-java/
implementation ("com.github.xeroapi:xero-java:4.7.2")
'com.github.xeroapi:xero-java:jar:4.7.2'
<dependency org="com.github.xeroapi" name="xero-java" rev="4.7.2">
<artifact name="xero-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xeroapi', module='xero-java', version='4.7.2')
)
libraryDependencies += "com.github.xeroapi" % "xero-java" % "4.7.2"
[com.github.xeroapi/xero-java "4.7.2"]