License |
License |
---|---|
GroupId | GroupIdcom.github.xeroapi |
ArtifactId | ArtifactIdxeroapi-schemas |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionXero Accounting API Schema
These are XSD schema files for Xero accounting API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xeroapi-schemas-1.0.0.pom | |
xeroapi-schemas-1.0.0.jar | 229 KB |
xeroapi-schemas-1.0.0-sources.jar | 246 KB |
xeroapi-schemas-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xeroapi/xeroapi-schemas/ -->
<dependency>
<groupId>com.github.xeroapi</groupId>
<artifactId>xeroapi-schemas</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xeroapi/xeroapi-schemas/
implementation 'com.github.xeroapi:xeroapi-schemas:1.0.0'
// https://jarcasting.com/artifacts/com.github.xeroapi/xeroapi-schemas/
implementation ("com.github.xeroapi:xeroapi-schemas:1.0.0")
'com.github.xeroapi:xeroapi-schemas:jar:1.0.0'
<dependency org="com.github.xeroapi" name="xeroapi-schemas" rev="1.0.0">
<artifact name="xeroapi-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xeroapi', module='xeroapi-schemas', version='1.0.0')
)
libraryDependencies += "com.github.xeroapi" % "xeroapi-schemas" % "1.0.0"
[com.github.xeroapi/xeroapi-schemas "1.0.0"]