| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования |
| Группа | Группаorg.reduxkotlin |
| Идентификатор | Идентификаторredux-kotlin-reselect |
| Последняя версия | Последняя версия0.2.10 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеreduxkotlin-reselect
Redux reselect implementation for Redux-Kotlin. Mulitiplatform supported.
|
| Имя Файла | Размер |
|---|---|
| redux-kotlin-reselect-0.2.10.pom | |
| redux-kotlin-reselect-0.2.10-sources.jar | 261 bytes |
| redux-kotlin-reselect-0.2.10-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-reselect/ -->
<dependency>
<groupId>org.reduxkotlin</groupId>
<artifactId>redux-kotlin-reselect</artifactId>
<version>0.2.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-reselect/
implementation 'org.reduxkotlin:redux-kotlin-reselect:0.2.10'
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-reselect/
implementation ("org.reduxkotlin:redux-kotlin-reselect:0.2.10")
'org.reduxkotlin:redux-kotlin-reselect:pom:0.2.10'
<dependency org="org.reduxkotlin" name="redux-kotlin-reselect" rev="0.2.10">
<artifact name="redux-kotlin-reselect" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin', module='redux-kotlin-reselect', version='0.2.10')
)
libraryDependencies += "org.reduxkotlin" % "redux-kotlin-reselect" % "0.2.10"
[org.reduxkotlin/redux-kotlin-reselect "0.2.10"]