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