{"id":21428352,"url":"https://github.com/ushelp/easycommons","last_synced_at":"2025-07-14T10:31:57.753Z","repository":{"id":33169255,"uuid":"36810295","full_name":"ushelp/EasyCommons","owner":"ushelp","description":"EasyCommons JAVA 通用开发组件项目组。EasyCommons JAVA common development component projects.","archived":false,"fork":false,"pushed_at":"2019-08-13T06:42:15.000Z","size":1407,"stargazers_count":1,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-13T09:51:55.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://easyproject.cn","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/ushelp.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["http://www.easyproject.cn/donation"]}},"created_at":"2015-06-03T14:49:28.000Z","updated_at":"2021-09-06T11:36:05.000Z","dependencies_parsed_at":"2022-08-17T21:15:22.651Z","dependency_job_id":null,"html_url":"https://github.com/ushelp/EasyCommons","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ushelp/EasyCommons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ushelp%2FEasyCommons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ushelp%2FEasyCommons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ushelp%2FEasyCommons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ushelp%2FEasyCommons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ushelp","download_url":"https://codeload.github.com/ushelp/EasyCommons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ushelp%2FEasyCommons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265280722,"owners_count":23739854,"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":[],"created_at":"2024-11-22T22:12:50.063Z","updated_at":"2025-07-14T10:31:52.738Z","avatar_url":"https://github.com/ushelp.png","language":"Java","funding_links":["http://www.easyproject.cn/donation","https://www.paypal.me/easyproject/10"],"categories":[],"sub_categories":[],"readme":"# EasyCommons 项目简介\n\n---------------\n\nEasyCommons是一个针对Java开发领域提供通用开发组件的项目。旨在为Java项目开发领域并不完善的一些方面，提供一些组件级的解决方案。\n\n组件开发的原因来源于需求的无法满足，不满并决心改变引导出了这样的一个项目。该项目有多个子项目，会不断收集相关组件，也欢迎有新的组件加入。\n\n**项目列表：**\n\n- **[EasyPropertiesUitls](https://github.com/ushelp/EasyCommons-PropertiesUtils \"转到 EasyPropertiesUtils\")**  Properties 文件操作组件\n- **[EasyImageUtils](https://github.com/ushelp/EasyCommons-ImageUtils \"转到 EasyImageUtils\")**  图片处理组件（压缩，水印，地址提取）\n- **[EasyObjectUtils](https://github.com/ushelp/EasyCommons-ObjectUtils \"转到 EasyObjectUtils\")** Obejct 对象操作组件（对象属性抽取，对象属性置空，对象内容过滤；支持 `FieldExpression`）\n \n\n\n\nEasyCommons is a development component to provide a common field for Java development projects. Java is designed to develop programs in the field of some aspects of the project is not perfect, some component-level solutions.\n\nThe reason comes from component development needs can not be met, dissatisfaction and determination to change the boot out of such a project. The project has multiple sub-projects, will continue to collect related components, also welcomed the new components added.\n\n**Project lists:**\n\n- **[EasyPropertiesUitls](https://github.com/ushelp/EasyCommons-PropertiesUtils \"Goto EasyPropertiesUtils\")**  Properties file operations component\n- **[EasyImageUtils](https://github.com/ushelp/EasyCommons-ImageUtils \"Goto EasyImageUtils\")**  Image processing components(Compression, Watermark, Find URL)\n- **[EasyObjectUtils](https://github.com/ushelp/EasyCommons-ObjectUtils \"Goto EasyObjectUtils\")** Obejct operations component(Object property extract, Object property set null, Object content filter; support `FieldExpression`)\n \n\n\n## Maven\n```XML\n\u003c!-- EasyPropertiesUtils --\u003e\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecn.easyproject\u003c/groupId\u003e\n\t\u003cartifactId\u003eeasycommons-properties\u003c/artifactId\u003e\n\t\u003cversion\u003e2.0.0-RELEASE\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003c!-- EasyObjectUtils --\u003e\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecn.easyproject\u003c/groupId\u003e\n\t\u003cartifactId\u003eeasycommons-object\u003c/artifactId\u003e\n\t\u003cversion\u003e1.7.4-RELEASE\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003c!-- EasyImageUtils --\u003e\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecn.easyproject\u003c/groupId\u003e\n\t\u003cartifactId\u003eeasycommons-image\u003c/artifactId\u003e\n\t\u003cversion\u003e1.4.2-RELEASE\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## End\n\n[官方主页](http://www.easyproject.cn/easycommons/zh-cn/index.jsp '官方主页')\n\n[留言评论](http://www.easyproject.cn/easycommons/zh-cn/index.jsp#donation '留言评论')\n\n[The official home page](http://www.easyproject.cn/easycommons/en/index.jsp The official home page')\n\n[Comments](http://www.easyproject.cn/easycommons/en/index.jsp#donation 'Comments')\n\n如果您有更好意见，建议或想法，请联系我。\n\nIf you have more comments, suggestions or ideas, please contact me.\n\n\n\nEmail：\u003cinthinkcolor@gmail.com\u003e\n\n[http://www.easyproject.cn](http://www.easyproject.cn \"EasyProject Home\")\n\n\n**支付宝钱包扫一扫捐助：**\n\n我们相信，每个人的点滴贡献，都将是推动产生更多、更好免费开源产品的一大步。\n\n**感谢慷慨捐助，以支持服务器运行和鼓励更多社区成员。**\n\n\u003cimg alt=\"支付宝钱包扫一扫捐助\" src=\"http://www.easyproject.cn/images/s.png\"  title=\"支付宝钱包扫一扫捐助\"  height=\"256\" width=\"256\"\u003e\u003c/img\u003e\n\n\n\nWe believe that the contribution of each bit by bit, will be driven to produce more and better free and open source products a big step.\n\n**Thank you donation to support the server running and encourage more community members.**\n\n[![PayPal](http://www.easyproject.cn/images/paypaldonation5.jpg)](https://www.paypal.me/easyproject/10 \"Make payments with PayPal - it's fast, free and secure!\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fushelp%2Feasycommons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fushelp%2Feasycommons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fushelp%2Feasycommons/lists"}