i

idx-android

CredifySDK for third parties who want to integrate with Credify ecosystem
https://github.com/credify-pte-ltd/idX-Android
The Apache License, Version 2.0
Creidfy
Files download
File Operation
idx-android-v0.1.0.pom download
Apache Maven
<dependency>
  <groupId>one.credify.sdk</groupId>
  <artifactId>idx-android</artifactId>
  <version>v0.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'one.credify.sdk:idx-android:v0.1.0'
Gradle Kotlin
implementation("one.credify.sdk:idx-android:v0.1.0")
Scala SBT
libraryDependencies += "one.credify.sdk" % "idx-android" % "v0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='one.credify.sdk', module='idx-android', version='v0.1.0')
)
Apache Ivy
<dependency org="one.credify.sdk" name="idx-android" rev="v0.1.0" />
Leiningen
[one.credify.sdk/idx-android "v0.1.0"]
Apache Buildr
'one.credify.sdk:idx-android:jar:v0.1.0'