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