MVN

au.org.consumerdatastandards : client

Maven & Gradle

Jul 07, 2023
3 usages
9 stars

Client Library · CDS Client Library (Java) reference implementation

<dependency>
    <groupId>au.org.consumerdatastandards</groupId>
    <artifactId>client</artifactId>
    <version>1.24.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.org.consumerdatastandards : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24.0
  • Latest Release Candidate: 1.0.0-RC7

All Versions

Choose a version of au.org.consumerdatastandards : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24.x
client-1.24.0
1.22.x
client-1.22.0
1.20.x
client-1.20.0
1.19.x
client-1.19.0
1.18.x
client-1.18.0
1.17.x
client-1.17.0
1.16.x
client-1.16.1
client-1.16.0
1.15.x
client-1.15.0
1.14.x
client-1.14.0
1.13.x
client-1.13.0
1.12.x
client-1.12.0
1.11.x
client-1.11.1
client-1.11.0
1.10.x
client-1.10.0
1.9.x
client-1.9.0
1.8.x
client-1.8.0
1.7.x
client-1.7.0
1.5.x
client-1.5.1
1.4.x
client-1.4.0
1.3.x
client-1.3.1
client-1.3.0
1.2.x
client-1.2.0
1.1.x
client-1.1.1
1.0.x
client-1.0.0
client-1.0.0-RC7
client-1.0.0-RC6
client-1.0.0-RC5
client-1.0.0-RC4
client-1.0.0-RC3
client-1.0.0-RC2
client-1.0.0-RC1
0.9.x
client-0.9.6
client-0.9.5
client-0.9.4
client-0.9.3

How to add a dependency to Maven

Add the following au.org.consumerdatastandards : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.org.consumerdatastandards</groupId>
    <artifactId>client</artifactId>
    <version>1.24.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.org.consumerdatastandards : client gradle dependency to your build.gradle file:

implementation 'au.org.consumerdatastandards:client:1.24.0'

Gradle Kotlin DSL: Add the following au.org.consumerdatastandards : client gradle kotlin dependency to your build.gradle.kts file:

implementation("au.org.consumerdatastandards:client:1.24.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.org.consumerdatastandards : client sbt scala dependency to your build.sbt file:

libraryDependencies += "au.org.consumerdatastandards" % "client" % "1.24.0"

Advertisement