ReduxEngine

A multi-threaded Redux implementation in Kotlin.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

ai.grant
ArtifactId

ArtifactId

reduxengine
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

ReduxEngine
A multi-threaded Redux implementation in Kotlin.
Project URL

Project URL

https://github.com/grant-park/ReduxEngine
Source Code Management

Source Code Management

https://github.com/grant-park/ReduxEngine

Download reduxengine

How to add to project

<!-- https://jarcasting.com/artifacts/ai.grant/reduxengine/ -->
<dependency>
    <groupId>ai.grant</groupId>
    <artifactId>reduxengine</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.grant/reduxengine/
implementation 'ai.grant:reduxengine:1.0.1'
// https://jarcasting.com/artifacts/ai.grant/reduxengine/
implementation ("ai.grant:reduxengine:1.0.1")
'ai.grant:reduxengine:aar:1.0.1'
<dependency org="ai.grant" name="reduxengine" rev="1.0.1">
  <artifact name="reduxengine" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.grant', module='reduxengine', version='1.0.1')
)
libraryDependencies += "ai.grant" % "reduxengine" % "1.0.1"
[ai.grant/reduxengine "1.0.1"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.0
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.3.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0