Workflow UI Core

Reactive workflows

Лицензия

Лицензия

Категории

Категории

Square Прикладные библиотеки Financial
Группа

Группа

com.squareup.workflow
Идентификатор

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

workflow-ui-core-jvm
Последняя версия

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

0.22.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Workflow UI Core
Reactive workflows
Ссылка на сайт

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

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

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

https://github.com/square/workflow/

Скачать workflow-ui-core-jvm

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

<!-- https://jarcasting.com/artifacts/com.squareup.workflow/workflow-ui-core-jvm/ -->
<dependency>
    <groupId>com.squareup.workflow</groupId>
    <artifactId>workflow-ui-core-jvm</artifactId>
    <version>0.22.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.workflow/workflow-ui-core-jvm/
implementation 'com.squareup.workflow:workflow-ui-core-jvm:0.22.4'
// https://jarcasting.com/artifacts/com.squareup.workflow/workflow-ui-core-jvm/
implementation ("com.squareup.workflow:workflow-ui-core-jvm:0.22.4")
'com.squareup.workflow:workflow-ui-core-jvm:jar:0.22.4'
<dependency org="com.squareup.workflow" name="workflow-ui-core-jvm" rev="0.22.4">
  <artifact name="workflow-ui-core-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.workflow', module='workflow-ui-core-jvm', version='0.22.4')
)
libraryDependencies += "com.squareup.workflow" % "workflow-ui-core-jvm" % "0.22.4"
[com.squareup.workflow/workflow-ui-core-jvm "0.22.4"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.60
com.squareup.okio : okio jar 2.4.2

test (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.60
com.google.truth : truth jar 1.0

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

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

Square Workflow

GitHub license

A unidirectional data flow library for Kotlin and Swift, emphasizing:

  • Strong support for state-machine driven UI and navigation.
  • Composition and scaling.
  • Effortless separation of business and UI concerns.

This project is currently in development and the API subject to breaking changes without notice. Follow Square's engineering blog, The Corner, to see when this project becomes stable.

While the API is not yet stable, this code is in heavy production use in Android and iOS apps with millions of users.

<iframe title="vimeo-player" src="https://player.vimeo.com/video/362741019" width="640" height="360" frameborder="0" allowfullscreen></iframe>

Using Workflows in your project

Swift

See the square/workflow-swift repository.

Kotlin

See the square/workflow-kotlin repository.

Resources

Support & Contact

Workflow maintainers hang out in the #squarelibraries channel on the Kotlin Slack.

Releasing and Deploying

See RELEASING.md.

License

Copyright 2019 Square Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.squareup.workflow

Square

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

Версия
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
0.21.3
0.21.2
0.21.1
0.21.0
0.20.0
0.18.0