| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdorg.reduxkotlin |
| ArtifactId | ArtifactIdredux-kotlin-threadsafe |
| Version | Version0.5.5 |
| Type | Typepom |
| Description |
Descriptionreduxkotlin
Redux implementation for Kotlin. Mulitiplatform supported.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| redux-kotlin-threadsafe-0.5.5.pom | |
| redux-kotlin-threadsafe-0.5.5-sources.jar | 261 bytes |
| redux-kotlin-threadsafe-0.5.5-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-threadsafe/ -->
<dependency>
<groupId>org.reduxkotlin</groupId>
<artifactId>redux-kotlin-threadsafe</artifactId>
<version>0.5.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-threadsafe/
implementation 'org.reduxkotlin:redux-kotlin-threadsafe:0.5.5'
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-threadsafe/
implementation ("org.reduxkotlin:redux-kotlin-threadsafe:0.5.5")
'org.reduxkotlin:redux-kotlin-threadsafe:pom:0.5.5'
<dependency org="org.reduxkotlin" name="redux-kotlin-threadsafe" rev="0.5.5">
<artifact name="redux-kotlin-threadsafe" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin', module='redux-kotlin-threadsafe', version='0.5.5')
)
libraryDependencies += "org.reduxkotlin" % "redux-kotlin-threadsafe" % "0.5.5"
[org.reduxkotlin/redux-kotlin-threadsafe "0.5.5"]