{"id":33229734,"url":"https://github.com/ReactiveX/RxGroovy","last_synced_at":"2025-11-21T11:01:58.031Z","repository":{"id":57736119,"uuid":"23095934","full_name":"ReactiveX/RxGroovy","owner":"ReactiveX","description":"RxJava bindings for Groovy","archived":false,"fork":false,"pushed_at":"2020-01-08T15:52:15.000Z","size":235,"stargazers_count":159,"open_issues_count":5,"forks_count":26,"subscribers_count":21,"default_branch":"1.x","last_synced_at":"2025-06-26T16:44:41.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReactiveX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-19T03:45:51.000Z","updated_at":"2025-05-23T12:13:19.000Z","dependencies_parsed_at":"2022-08-23T22:40:27.885Z","dependency_job_id":null,"html_url":"https://github.com/ReactiveX/RxGroovy","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ReactiveX/RxGroovy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxGroovy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxGroovy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxGroovy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxGroovy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReactiveX","download_url":"https://codeload.github.com/ReactiveX/RxGroovy/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReactiveX%2FRxGroovy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285603340,"owners_count":27200013,"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","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-11-16T17:00:41.044Z","updated_at":"2025-11-21T11:01:58.025Z","avatar_url":"https://github.com/ReactiveX.png","language":"Groovy","funding_links":[],"categories":["Concurrency"],"sub_categories":[],"readme":"# RxGroovy: Reactive Extensions for Groovy\n\nThis is a Groovy adapter to [RxJava](http://github.com/ReactiveX/RxJava).\n\nThis adaptor allows 'groovy.lang.Closure' functions to be used and RxJava will know how to invoke them.\n\nThis enables code such as:\n\n```groovy\n  Observable.just(\"one\", \"two\", \"three\")\n    .take(2) \n    .subscribe({arg -\u003e println(arg)})\n```\n\n## Master Build Status\n\n\u003ca href='https://travis-ci.org/ReactiveX/RxGroovy/builds'\u003e\u003cimg src='https://travis-ci.org/ReactiveX/RxGroovy.svg?branch=1.x'\u003e\u003c/a\u003e\n\n## Communication\n\nSince RxGroovy is part of the RxJava family the communication channels are similar:\n\n- Google Group: [RxJava](http://groups.google.com/d/forum/rxjava)\n- Twitter: [@RxJava](http://twitter.com/RxJava)\n- [GitHub Issues](https://github.com/ReactiveX/RxGroovy/issues)\n\n## Versioning\n\nRxGroovy 1.0.x is based on RxJava 1.0.x. As of 1.0.0 semantic versioning will be used.\n\n## Full Documentation\n\nRxJava:\n\n- [Wiki](https://github.com/ReactiveX/RxJava/wiki)\n- [Javadoc](http://reactivex.io/RxJava/javadoc/)\n\n## Binaries\n\nFor version 1.x:\n\nBinaries and dependency information for Maven, Ivy, Gradle and others can be found at [https://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex%22%20AND%20a%3A%22rxgroovy%22).\n\nExample for Maven:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.reactivex\u003c/groupId\u003e\n    \u003cartifactId\u003erxgroovy\u003c/artifactId\u003e\n    \u003cversion\u003ex.y.z\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nand for Ivy:\n\n```xml\n\u003cdependency org=\"io.reactivex\" name=\"rxgroovy\" rev=\"x.y.z\" /\u003e\n```\n\nand for Gradle:\n\n```groovy\ncompile 'io.reactivex:rxgroovy:x.y.z'\n```\n\n## Build\n\nTo build:\n\n```\n$ git clone git@github.com:ReactiveX/RxGroovy.git\n$ cd RxGroovy/\n$ ./gradlew build\n```\n\nFuther details on building can be found on the RxJava [Getting Started](https://github.com/ReactiveX/RxJava/wiki/Getting-Started) page of the wiki.\n\n## Bugs and Feedback\n\nFor bugs, questions and discussions please use the [Github Issues](https://github.com/ReactiveX/RxGroovy/issues).\n\n\n## LICENSE\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReactiveX%2FRxGroovy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FReactiveX%2FRxGroovy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReactiveX%2FRxGroovy/lists"}