m

mvicore21

Lightweight MVI framework for Android based on Badoo's MVICore
https://github.com/21Buttons/MVICore21
The Apache Software License, Version 2.0
21 Buttons
Files download
File Operation
mvicore21-1.0.0.jar download
mvicore21-1.0.0.pom download
mvicore21-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.21buttons</groupId>
  <artifactId>mvicore21</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.21buttons:mvicore21:1.0.0'
Gradle Kotlin
implementation("com.21buttons:mvicore21:1.0.0")
Scala SBT
libraryDependencies += "com.21buttons" % "mvicore21" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.21buttons', module='mvicore21', version='1.0.0')
)
Apache Ivy
<dependency org="com.21buttons" name="mvicore21" rev="1.0.0" />
Leiningen
[com.21buttons/mvicore21 "1.0.0"]
Apache Buildr
'com.21buttons:mvicore21:jar:1.0.0'