License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdai.grant |
ArtifactId | ArtifactIdreduxengine |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionReduxEngine
A multi-threaded Redux implementation in Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reduxengine-1.0.1.pom | |
reduxengine-1.0.1-sources.jar | 4 KB |
reduxengine-1.0.1-javadoc.jar | 216 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.3.8 |