{"id":37022273,"url":"https://github.com/zeoflow/eyejet","last_synced_at":"2026-01-14T02:39:17.447Z","repository":{"id":52683585,"uuid":"356701611","full_name":"zeoflow/eyejet","owner":"zeoflow","description":"Lifecycle-aware shared observable data holder class for android.","archived":false,"fork":false,"pushed_at":"2021-04-21T07:47:00.000Z","size":175,"stargazers_count":16,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-20T20:07:19.991Z","etag":null,"topics":["eyejet","eyejet-annotation","eyejet-arch","eyejet-core","eyejet-library","holder-class","lifecycle-aware","observable","zeoflow","zeoflow-library"],"latest_commit_sha":null,"homepage":"","language":"Java","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/zeoflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["TeodorHMX1"]}},"created_at":"2021-04-10T21:42:12.000Z","updated_at":"2024-05-20T20:07:19.993Z","dependencies_parsed_at":"2022-08-22T05:41:50.758Z","dependency_job_id":null,"html_url":"https://github.com/zeoflow/eyejet","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zeoflow/eyejet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoflow%2Feyejet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoflow%2Feyejet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoflow%2Feyejet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoflow%2Feyejet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeoflow","download_url":"https://codeload.github.com/zeoflow/eyejet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoflow%2Feyejet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["eyejet","eyejet-annotation","eyejet-arch","eyejet-core","eyejet-library","holder-class","lifecycle-aware","observable","zeoflow","zeoflow-library"],"created_at":"2026-01-14T02:39:16.911Z","updated_at":"2026-01-14T02:39:17.438Z","avatar_url":"https://github.com/zeoflow.png","language":"Java","funding_links":["https://github.com/sponsors/TeodorHMX1"],"categories":[],"sub_categories":[],"readme":"# Eyejet\nLifecycle-aware shared observable data holder class for android.\n\n### 1. Depend on our library\n\nEyejet Library is available through Maven Repository.\nTo use it:\n\n1.  Open the `build.gradle` file for your application.\n2.  Make sure that the `repositories` section includes Maven Repository\n    `mavenCentral()`. For example:\n```groovy\n  allprojects {\n    repositories {\n      mavenCentral()\n    }\n  }\n```\n\n3.  Add the library to the `dependencies` section:\n```groovy\ndependencies {\n    // ...\n\n    // declare eyejet version\n    def eyejet_version = \"x.y.z\"\n\n    // Eyejet Library\n    implementation(\"com.zeoflow:eyejet:$eyejet_version\")\n\n    // Optional - the eyejet library works without these dependencies\n    implementation(\"com.zeoflow:eyejet-annotation:$eyejet_version\")\n    implementation(\"com.zeoflow:eyejet-arch:$eyejet_version\")\n\n    // ...\n}\n```\n\n## License\n    Copyright (C) 2021 ZeoFlow S.R.L.\n    \n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n    \n      http://www.apache.org/licenses/LICENSE-2.0\n    \n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n## 🏆 Contributors 🏆\n\n\u003c!-- ZEOBOT-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003cp float=\"left\"\u003e\n\u003ca href=\"docs/contributors.md#pushpin-teodor-g-teodorhmx1\"\u003e\u003cimg width=\"100\" src=\"https://avatars.githubusercontent.com/u/22307006?v=4\" hspace=5 title='Teodor G. (@TeodorHMX1) - click for details about the contributions'\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ZEOBOT-LIST:END --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeoflow%2Feyejet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeoflow%2Feyejet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeoflow%2Feyejet/lists"}