Oolong

MVU for Kotlin Multiplatform

Лицензия

Лицензия

Группа

Группа

org.oolong-kt
Идентификатор

Идентификатор

oolong
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Oolong
MVU for Kotlin Multiplatform
Ссылка на сайт

Ссылка на сайт

https://github.com/oolong-kt/oolong/
Система контроля версий

Система контроля версий

https://github.com/oolong-kt/oolong/

Скачать oolong

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.oolong-kt/oolong/ -->
<dependency>
    <groupId>org.oolong-kt</groupId>
    <artifactId>oolong</artifactId>
    <version>2.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.oolong-kt/oolong/
implementation 'org.oolong-kt:oolong:2.1.0'
// https://jarcasting.com/artifacts/org.oolong-kt/oolong/
implementation ("org.oolong-kt:oolong:2.1.0")
'org.oolong-kt:oolong:pom:2.1.0'
<dependency org="org.oolong-kt" name="oolong" rev="2.1.0">
  <artifact name="oolong" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.oolong-kt', module='oolong', version='2.1.0')
)
libraryDependencies += "org.oolong-kt" % "oolong" % "2.1.0"
[org.oolong-kt/oolong "2.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Oolong

Build Status Maven Central Sonatype Nexus (Snapshots) License Slack chat

Oolong is an Elm inspired Model-View-Update (MVU) implementation for Kotlin multiplatform. As the name implies, three core concepts comprise the foundation of this architecture:

  • Model - a type to represent the program state

  • View - a function to map the state to view properties

  • Update - a function to update the state

By applying this simple pattern you can create composable, testable programs that can run on any platform. Oolong enables a common codebase for all platforms by using a render function which is implemented by each frontend.

Documentation

Get started with Oolong by reading the official guide.

Download

dependencies {
    implementation("org.oolong-kt:oolong:2.1.0")
}
org.oolong-kt

Oolong

Версии библиотеки

Версия
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0