Files download
File Operation
CQApexCollectSdk-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.matthew123cl</groupId>
  <artifactId>CQApexCollectSdk</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.matthew123cl:CQApexCollectSdk:1.0.3'
Gradle Kotlin
implementation("com.github.matthew123cl:CQApexCollectSdk:1.0.3")
Scala SBT
libraryDependencies += "com.github.matthew123cl" % "CQApexCollectSdk" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.matthew123cl', module='CQApexCollectSdk', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.matthew123cl" name="CQApexCollectSdk" rev="1.0.3" />
Leiningen
[com.github.matthew123cl/CQApexCollectSdk "1.0.3"]
Apache Buildr
'com.github.matthew123cl:CQApexCollectSdk:jar:1.0.3'