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