{"id":13428747,"url":"https://github.com/mplatvoet/kovenant","last_synced_at":"2025-04-13T00:42:23.460Z","repository":{"id":24895372,"uuid":"28311735","full_name":"mplatvoet/kovenant","owner":"mplatvoet","description":"Kovenant. Promises for Kotlin.","archived":false,"fork":false,"pushed_at":"2017-12-03T07:51:30.000Z","size":1603,"stargazers_count":654,"open_issues_count":10,"forks_count":28,"subscribers_count":22,"default_branch":"develop","last_synced_at":"2025-04-13T00:42:15.790Z","etag":null,"topics":["andriod","async","concurrency","kotlin","promises","rx","rxjava"],"latest_commit_sha":null,"homepage":"http://kovenant.komponents.nl","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mplatvoet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-21T20:17:01.000Z","updated_at":"2024-11-12T09:27:58.000Z","dependencies_parsed_at":"2022-08-23T09:31:40.584Z","dependency_job_id":null,"html_url":"https://github.com/mplatvoet/kovenant","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplatvoet%2Fkovenant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplatvoet%2Fkovenant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplatvoet%2Fkovenant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplatvoet%2Fkovenant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mplatvoet","download_url":"https://codeload.github.com/mplatvoet/kovenant/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650417,"owners_count":21139672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["andriod","async","concurrency","kotlin","promises","rx","rxjava"],"created_at":"2024-07-31T01:01:04.083Z","updated_at":"2025-04-13T00:42:23.425Z","avatar_url":"https://github.com/mplatvoet.png","language":"Kotlin","funding_links":[],"categories":["Libraries","开源库"],"sub_categories":["其他"],"readme":"[![CircleCI branch](https://img.shields.io/circleci/project/mplatvoet/kovenant/master.svg)](https://circleci.com/gh/mplatvoet/kovenant/tree/master) [![Maven Central](https://img.shields.io/maven-central/v/nl.komponents.kovenant/kovenant.svg)](http://search.maven.org/#browse%7C1069530195) [![DUB](https://img.shields.io/dub/l/vibe-d.svg)](https://github.com/mplatvoet/kovenant/blob/master/LICENSE.txt) \ndevelop: [![Develop dependency status](https://www.versioneye.com/user/projects/55b088c23865620018000203/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55b088c23865620018000203)\nmaster: [![Master dependency status](https://www.versioneye.com/user/projects/55b088d23865620017000296/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55b088d23865620017000296)\n\n\n# Kovenant\n[Promises](http://en.wikipedia.org/wiki/Futures_and_promises) for [Kotlin](http://kotlinlang.org). \n\nThe easy asynchronous library for Kotlin. With extensions for Android, RxJava, JavaFX and much more.\n\n```kt\ntask { \"world\" } and task { \"Hello\" } success {\n    println(\"${it.second} ${it.first}!\")\n}\n```\n\nPlease refer to the [Kovenant](http://kovenant.komponents.nl) site for API usage and more.\n \n## Getting started\nBuild against Kotlin: `1.0.3`.\nSource and target compatibility is `1.6`\n\n### Gradle\n```groovy\ndependencies {\n    compile 'nl.komponents.kovenant:kovenant:3.3.0'\n}\n```\n\n### Maven\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003enl.komponents.kovenant\u003c/groupId\u003e\n\t\u003cartifactId\u003ekovenant\u003c/artifactId\u003e\n\t\u003cversion\u003e3.3.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Android Demo app\nCheckout the [Android Demo App on Github](https://github.com/mplatvoet/kovenant-android-demo).\n\n### Artifacts\nKovenant has been structured in sub projects so you can cherry pick what you need.\n\n|artifact            |description                                                                                        |\n|--------------------|---------------------------------------------------------------------------------------------------|\n|kovenant            |Container artifact that consists of `kovenant-core`, `kovenant-combine`, `kovenant-jvm` and `kovenant-functional`|\n|kovenant-core       |The core of kovenant. Provides the API and default implementations                                 |\n|kovenant-combine    |Adds combine functionality that keep everything strongly typed                                     |\n|kovenant-jvm        |Support for converting between Executors and Dispatchers                                           |\n|kovenant-ui         |Support for UI frameworks that need UI work to operate on a specific process                       |\n|kovenant-rx         |Add promise support to Rx                                                                          |\n|kovenant-android    |Extensions for Android specific needs                                                              |\n|kovenant-jfx        |Extensions for JavaFX specific needs                                                               |\n|kovenant-disruptor  |LMAX Disruptor work queues                                                                         |\n|kovenant-progress   |Progress configuration helper                                                                      |\n|kovenant-functional |Functional Programming idiomatic additions                                                         |\n\n## Issues\nIssues are tracked in [Youtrack](http://issues.komponents.nl/youtrack/issues?q=project%3A+Kovenant)\n\n## Release notes\nSee [Changelog](changelog.md) for release notes\n\n## Slack\nJoin the `#kovenant` channel on [Kotlin Slack](http://kotlinslackin.herokuapp.com).\n\n## More Kotlin libraries\nCheck out [Awesome Kotlin](https://github.com/JavaBy/awesome-kotlin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmplatvoet%2Fkovenant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmplatvoet%2Fkovenant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmplatvoet%2Fkovenant/lists"}