GroupId | GroupIdcom.github.rougsig |
---|---|
ArtifactId | ArtifactIdmvi-fake-runtime |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
mvi-fake-runtime-1.1.1.pom | |
mvi-fake-runtime-1.1.1.jar | 3 KB |
mvi-fake-runtime-1.1.1-sources.jar | 1 KB |
mvi-fake-runtime-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rougsig/mvi-fake-runtime/ -->
<dependency>
<groupId>com.github.rougsig</groupId>
<artifactId>mvi-fake-runtime</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/mvi-fake-runtime/
implementation 'com.github.rougsig:mvi-fake-runtime:1.1.1'
// https://jarcasting.com/artifacts/com.github.rougsig/mvi-fake-runtime/
implementation ("com.github.rougsig:mvi-fake-runtime:1.1.1")
'com.github.rougsig:mvi-fake-runtime:jar:1.1.1'
<dependency org="com.github.rougsig" name="mvi-fake-runtime" rev="1.1.1">
<artifact name="mvi-fake-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='mvi-fake-runtime', version='1.1.1')
)
libraryDependencies += "com.github.rougsig" % "mvi-fake-runtime" % "1.1.1"
[com.github.rougsig/mvi-fake-runtime "1.1.1"]