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