g

gemini-binder-android-debug

simplify build the MVI architecture
https://github.com/kdk96/gemini
MIT
Dias Kinayatov
Files download
File Operation
gemini-binder-android-debug-2.0.0-alpha5.pom download
gemini-binder-android-debug-2.0.0-alpha5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.kdk96</groupId>
  <artifactId>gemini-binder-android-debug</artifactId>
  <version>2.0.0-alpha5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.kdk96:gemini-binder-android-debug:2.0.0-alpha5'
Gradle Kotlin
implementation("io.github.kdk96:gemini-binder-android-debug:2.0.0-alpha5")
Scala SBT
libraryDependencies += "io.github.kdk96" % "gemini-binder-android-debug" % "2.0.0-alpha5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kdk96', module='gemini-binder-android-debug', version='2.0.0-alpha5')
)
Apache Ivy
<dependency org="io.github.kdk96" name="gemini-binder-android-debug" rev="2.0.0-alpha5" />
Leiningen
[io.github.kdk96/gemini-binder-android-debug "2.0.0-alpha5"]
Apache Buildr
'io.github.kdk96:gemini-binder-android-debug:jar:2.0.0-alpha5'