c

codesdk

A application used as an example on how to set up pushing its components to the Central Repository.
https://bitbucket.org/hariramkc/android-sdk
The Apache License, Version 2.0
hariram
Files download
File Operation
codesdk-0.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.bitbucket.hariramkc</groupId>
  <artifactId>codesdk</artifactId>
  <version>0.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.bitbucket.hariramkc:codesdk:0.0.2'
Gradle Kotlin
implementation("io.bitbucket.hariramkc:codesdk:0.0.2")
Scala SBT
libraryDependencies += "io.bitbucket.hariramkc" % "codesdk" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.bitbucket.hariramkc', module='codesdk', version='0.0.2')
)
Apache Ivy
<dependency org="io.bitbucket.hariramkc" name="codesdk" rev="0.0.2" />
Leiningen
[io.bitbucket.hariramkc/codesdk "0.0.2"]
Apache Buildr
'io.bitbucket.hariramkc:codesdk:jar:0.0.2'