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