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