m

mvi-auto-mock-runtime

A simple annotation processor for generating mvi mocks
https://github.com/rougsig/mvi-auto-mock
The Apache Software License, Version 2.0
Andrey Stepankov
Files download
File Operation
mvi-auto-mock-runtime-1.0.0.jar download
mvi-auto-mock-runtime-1.0.0.pom download
mvi-auto-mock-runtime-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rougsig</groupId>
  <artifactId>mvi-auto-mock-runtime</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.rougsig:mvi-auto-mock-runtime:1.0.0'
Gradle Kotlin
implementation("com.github.rougsig:mvi-auto-mock-runtime:1.0.0")
Scala SBT
libraryDependencies += "com.github.rougsig" % "mvi-auto-mock-runtime" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rougsig', module='mvi-auto-mock-runtime', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.rougsig" name="mvi-auto-mock-runtime" rev="1.0.0" />
Leiningen
[com.github.rougsig/mvi-auto-mock-runtime "1.0.0"]
Apache Buildr
'com.github.rougsig:mvi-auto-mock-runtime:jar:1.0.0'