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