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