Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdio.github.voitenkodev |
ArtifactId | ArtifactIdmvi-core-js |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
mvi-core-js-1.0.1.pom | |
mvi-core-js-1.0.1-sources.jar | 4 KB |
mvi-core-js-1.0.1-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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.voitenkodev/mvi-core-js/
implementation 'io.github.voitenkodev:mvi-core-js:1.0.1'
// https://jarcasting.com/artifacts/io.github.voitenkodev/mvi-core-js/
implementation ("io.github.voitenkodev:mvi-core-js:1.0.1")
'io.github.voitenkodev:mvi-core-js:pom:1.0.1'
<dependency org="io.github.voitenkodev" name="mvi-core-js" rev="1.0.1">
<artifact name="mvi-core-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.voitenkodev', module='mvi-core-js', version='1.0.1')
)
libraryDependencies += "io.github.voitenkodev" % "mvi-core-js" % "1.0.1"
[io.github.voitenkodev/mvi-core-js "1.0.1"]