{"id":18021320,"url":"https://github.com/gcssloop/code-library","last_synced_at":"2025-08-30T10:34:18.348Z","repository":{"id":95110774,"uuid":"77709543","full_name":"GcsSloop/code-library","owner":"GcsSloop","description":"android library.","archived":false,"fork":false,"pushed_at":"2017-08-28T05:34:57.000Z","size":183,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T14:18:29.220Z","etag":null,"topics":["android","android-library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GcsSloop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-30T20:47:37.000Z","updated_at":"2020-04-01T06:49:43.000Z","dependencies_parsed_at":"2023-04-24T23:17:13.746Z","dependency_job_id":null,"html_url":"https://github.com/GcsSloop/code-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GcsSloop/code-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2Fcode-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2Fcode-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2Fcode-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2Fcode-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GcsSloop","download_url":"https://codeload.github.com/GcsSloop/code-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2Fcode-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839627,"owners_count":25001860,"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-08-30T02:00:09.474Z","response_time":77,"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":["android","android-library"],"created_at":"2024-10-30T06:09:33.427Z","updated_at":"2025-08-30T10:34:18.246Z","avatar_url":"https://github.com/GcsSloop.png","language":"Java","readme":"# 代码仓库\n\n一些托管在我本地仓库上的代码。\n\n| 仓库名称                 | 仓库简介                                     | 依赖                                       |\n| -------------------- | ---------------------------------------- | ---------------------------------------- |\n| acache               | 缓存工具，来源[ASimpleCache](https://github.com/yangfuhai/ASimpleCache) | `compile 'com.gcssloop:acache:0.0.1'`    |\n| animation            | 动画相关工具                                   | `compile 'com.gcssloop.view:animation:0.0.1'` |\n| app                  | 应用相关组件                                   | `compile 'com.gcssloop.support:app:0.0.1'` |\n| app-util             | 应用相关工具                                   | `compile 'com.gcssloop.util:app:0.0.1'`  |\n| assert               | 断言工具                                     | `compile 'com.gcssloop:assert:0.0.2'`    |\n| closeutil            | 关闭流工具                                    | `compile 'com.gcssloop.util:closeutil:0.0.1'` |\n| crash-catcher        | 异常捕获工具                                   | `compile 'com.gcssloop.support:crash-catcher:0.0.2'` |\n| crashhandler         | 异常捕获工具                                   | `compile 'com.gcssloop.util:crashhandler:0.0.2'` |\n| customview           | 自定义View支持包                               | `compile 'com.gcssloop.support:customview:0.0.2'` |\n| fileutil             | 文件相关工具                                   | `compile 'com.gcssloop.utils:fileutil:0.0.1'` |\n| idcard               | 身份证信息解析工具                                | `compile 'com.gcssloop.util:idcard:0.0.2'` |\n| listview-support     | listview 相关工具                            | `compile 'com.gcssloop.support:listview:0.0.1'` |\n| recyclerview-support | recyclerview 相关工具                        | `compile 'com.gcssloop.support:recyclerview:0.0.6'` |\n| time-util            | 时间工具                                     | `compile 'com.gcssloop.util:time:0.0.1'` |\n| logger               | 日志                                       | `compile 'com.gcssloop.util:logger:0.0.1'` |\n\n## 导入仓库注意事项\n\n由于我没有将代码发布到公共仓库中，所以如果需要引用我的仓库，需要在你的项目根 `build.gradle` 中添加上这样一行代码：\n\n```groovy\nallprojects {\n    repositories {\n        jcenter()\n        // 就是下面这一行\n        maven { url \"http://lib.gcssloop.com/repository/gcssloop-central/\" }\n    }\n}\n```\n\n之后在你需要引用我的项目的 Module 下添加 `compile '\u003c包名\u003e:\u003c项目名\u003e:\u003c版本号\u003e'` 才会起效，除了需要在项目根 `build.gradle` 添加我的仓库地址外，其余的使用方式和使用中央仓库的方式是完全一致的。 \n\n当然，你也可以到我的 [私人仓库](http://library.gcssloop.com:8081/#browse/browse/components:gcs-repository) 中查看我都发布了哪些内容，后续我会将之前的一些Java项目从我的本地仓库迁移到这个仓库中。\n\n## About Me\n\n### 微博: [@GcsSloop](http://weibo.com/GcsSloop)\n\n\u003ca href=\"https://github.com/GcsSloop/README/blob/master/README.md\" target=\"_blank\"\u003e \u003cimg src=\"http://ww4.sinaimg.cn/large/005Xtdi2gw1f1qn89ihu3j315o0dwwjc.jpg\" width=\"300\" height=\"100\" /\u003e \u003c/a\u003e\n\n## License\n\n```\nCopyright (c) 2017 GcsSloop\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    http://www.apache.org/licenses/LICENSE-2.0\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```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcssloop%2Fcode-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcssloop%2Fcode-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcssloop%2Fcode-library/lists"}