is not current version
Last Version 1.1.2

com.github.rougsig:mvi-fake-runtime 1.0.0

A simple annotation processor for generating mvi fakes

GroupId

GroupId

com.github.rougsig
ArtifactId

ArtifactId

mvi-fake-runtime
Version

Version

1.0.0
Type

Type

jar

Download mvi-fake-runtime 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.rougsig/mvi-fake-runtime/ -->
<dependency>
    <groupId>com.github.rougsig</groupId>
    <artifactId>mvi-fake-runtime</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/mvi-fake-runtime/
implementation 'com.github.rougsig:mvi-fake-runtime:1.0.0'
// https://jarcasting.com/artifacts/com.github.rougsig/mvi-fake-runtime/
implementation ("com.github.rougsig:mvi-fake-runtime:1.0.0")
'com.github.rougsig:mvi-fake-runtime:jar:1.0.0'
<dependency org="com.github.rougsig" name="mvi-fake-runtime" rev="1.0.0">
  <artifact name="mvi-fake-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='mvi-fake-runtime', version='1.0.0')
)
libraryDependencies += "com.github.rougsig" % "mvi-fake-runtime" % "1.0.0"
[com.github.rougsig/mvi-fake-runtime "1.0.0"]