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

compile

|-- androidx.databinding:databinding-common:4.2.2

|-- androidx.databinding:databinding-runtime:4.2.2

|-- androidx.databinding:databinding-adapters:4.2.2

runtime

|-- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.4.20

|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.50

|-- androidx.legacy:legacy-support-v4:1.0.0

|-- androidx.appcompat:appcompat:1.1.0

|-- androidx.constraintlayout:constraintlayout:2.0.0-beta3

|-- androidx.core:core-ktx:1.0.2

|-- androidx.fragment:fragment-ktx:1.3.0

|-- androidx.lifecycle:lifecycle-extensions:2.2.0

|-- androidx.lifecycle:lifecycle-livedata-ktx:2.2.0

|-- androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0

|-- androidx.navigation:navigation-fragment-ktx:2.3.3

|-- androidx.navigation:navigation-ui-ktx:2.3.3

|-- androidx.paging:paging-runtime-ktx:3.0.0-alpha02

|-- androidx.recyclerview:recyclerview:1.2.0-alpha04

|-- androidx.room:room-runtime:2.2.5

|-- androidx.room:room-ktx:2.2.5

|-- androidx.viewpager2:viewpager2:1.0.0

|-- androidx.work:work-runtime-ktx:2.4.0

|-- com.github.bumptech.glide:glide:4.10.0

|-- com.google.android.material:material:1.2.0

|-- com.google.code.gson:gson:2.8.2

|-- com.squareup.okhttp3:logging-interceptor:4.7.2

|-- com.squareup.retrofit2:converter-gson:2.9.0

|-- com.squareup.retrofit2:retrofit:2.9.0

|-- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2

|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2

|-- com.google.dagger:hilt-android:2.33-beta

|-- com.jakewharton.rxbinding4:rxbinding:4.0.0

|-- io.reactivex.rxjava3:rxandroid:3.0.0

|-- io.reactivex.rxjava3:rxjava:3.0.0

|-- com.jakewharton.timber:timber:4.7.1