License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdio.github.voitenkodev |
ArtifactId | ArtifactIdmvi-core-js |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMvi Core
Multiplatform MVI CORE library (jvm + ios + js)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mvi-core-js-1.0.6.pom | |
mvi-core-js-1.0.6-sources.jar | 4 KB |
mvi-core-js-1.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.voitenkodev/mvi-core-js/ -->
<dependency>
<groupId>io.github.voitenkodev</groupId>
<artifactId>mvi-core-js</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.voitenkodev/mvi-core-js/
implementation 'io.github.voitenkodev:mvi-core-js:1.0.6'
// https://jarcasting.com/artifacts/io.github.voitenkodev/mvi-core-js/
implementation ("io.github.voitenkodev:mvi-core-js:1.0.6")
'io.github.voitenkodev:mvi-core-js:pom:1.0.6'
<dependency org="io.github.voitenkodev" name="mvi-core-js" rev="1.0.6">
<artifact name="mvi-core-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.voitenkodev', module='mvi-core-js', version='1.0.6')
)
libraryDependencies += "io.github.voitenkodev" % "mvi-core-js" % "1.0.6"
[io.github.voitenkodev/mvi-core-js "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.31 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.31 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.2 |