r

recompose

Event Driven Android UI Framework
https://github.com/whyrising/re-compose
MIT
Yahya Tinani
Files download
File Operation
recompose-0.0.6.pom download
recompose-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.whyrising.recompose</groupId>
  <artifactId>recompose</artifactId>
  <version>0.0.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.whyrising.recompose:recompose:0.0.6'
Gradle Kotlin
implementation("com.github.whyrising.recompose:recompose:0.0.6")
Scala SBT
libraryDependencies += "com.github.whyrising.recompose" % "recompose" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.whyrising.recompose', module='recompose', version='0.0.6')
)
Apache Ivy
<dependency org="com.github.whyrising.recompose" name="recompose" rev="0.0.6" />
Leiningen
[com.github.whyrising.recompose/recompose "0.0.6"]
Apache Buildr
'com.github.whyrising.recompose:recompose:jar:0.0.6'