{"id":20573518,"url":"https://github.com/lightweight-component/aj-util","last_synced_at":"2025-04-14T17:23:54.266Z","repository":{"id":244036212,"uuid":"814116070","full_name":"lightweight-component/aj-util","owner":"lightweight-component","description":"Base Common Utilities","archived":false,"fork":false,"pushed_at":"2025-03-22T13:15:19.000Z","size":255,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T06:04:24.978Z","etag":null,"topics":["helper","tools","utilities"],"latest_commit_sha":null,"homepage":"https://framework.ajaxjs.com/aj-util","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/lightweight-component.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-12T11:21:40.000Z","updated_at":"2025-03-22T13:15:23.000Z","dependencies_parsed_at":"2024-11-12T10:26:03.604Z","dependency_job_id":"4f58acf8-0206-4ef6-879a-8909ba2c61a7","html_url":"https://github.com/lightweight-component/aj-util","commit_stats":null,"previous_names":["lightweight-component/aj-util"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightweight-component","download_url":"https://codeload.github.com/lightweight-component/aj-util/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248924496,"owners_count":21184092,"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":["helper","tools","utilities"],"created_at":"2024-11-16T05:27:59.440Z","updated_at":"2025-04-14T17:23:54.254Z","avatar_url":"https://github.com/lightweight-component.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maven Central](https://img.shields.io/maven-central/v/com.ajaxjs/ajaxjs-util?label=Latest%20Release)](https://central.sonatype.com/artifact/com.ajaxjs/ajaxjs-util)\n[![Javadoc](https://img.shields.io/badge/javadoc-1.2.0-brightgreen.svg?)](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util )\n![coverage](https://img.shields.io/badge/coverage-80%25-yellowgreen.svg?maxAge=2592000)\n[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg?longCache=true\u0026style=flat)](http://www.apache.org/licenses/LICENSE-2.0.txt)\n[![Email](https://img.shields.io/badge/Contact--me-Email-orange.svg)](mailto:frank@ajaxjs.com)\n[![QQ群](https://framework.ajaxjs.com/static/qq.svg)](https://shang.qq.com/wpa/qunwpa?idkey=3877893a4ed3a5f0be01e809e7ac120e346102bd550deb6692239bb42de38e22)\n\n# AJ Utilities\n\nSmall Java Utils Library with many powerful components. The size of jar is around 90kb. It contains the following modules:\n\n| Class/Package Module | Detail Description                                                                     | Memo                                      |\n|----------------------|----------------------------------------------------------------------------------------|-------------------------------------------|\n| BytesHelper          | Byte array utility class                                                               |                                           |\n| CollUtils            | Collection utility class                                                               |                                           |\n| ConvertBasicValue    | Attempts to convert target type, note that not all types can be converted              |                                           |\n| DateHelper           | Date utility class                                                                     |                                           |\n| EncodeTools          | String URL/Base64 encoder                                                              |                                           |\n| MessageDigestHelper  | MD5/SHA1/SHA256/384/512 encryption utility class                                       |                                           |\n| ObjectHelper         | A helper for Java Object                                                               |                                           |\n| HTTP Request         | A Small HTTP Request Component                                                         |                                           |\n| RandomTools          | Random Numbers and Strings                                                             |                                           |\n| RegExpUtils          | Regular expression utility class                                                       |                                           |\n| StrUtil              | String utility class                                                                   |                                           |\n| JsonUtil             | Encapsulation of Jackson Library: Conversion Methods Between JSON, Map, Bean, and List | Jackson is only library that dependencies |\n| XmlHelper            | XML processing utility class                                                           |                                           |\n| Cryptography         | AES/RSA encryption and decryption package                                              |                                           |\n| IO                   | File, resource, stream utility package                                                 |                                           |\n| Reflection           | Reflection utility package                                                             |                                           |\n\n## Source code\n\n[Github](https://github.com/lightweight-component/aj-util) | [GitCode](https://gitcode.com/lightweight-component/aj-util)\n\n## Link\n\n[Tutorials](https://framework.ajaxjs.com/aj-util/) | [Tutorials(Chinese)](https://framework.ajaxjs.com/aj-util/cn/) | [Java Documents](https://javadoc.io/doc/com.ajaxjs/ajaxjs-util)\n\n## Install\n\nRuns on Java 8+. Maven:\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.ajaxjs\u003c/groupId\u003e\n    \u003cartifactId\u003eajaxjs-util\u003c/artifactId\u003e\n    \u003cversion\u003e1.2.2\u003c/version\u003e\n\u003c/dependency\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightweight-component%2Faj-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightweight-component%2Faj-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightweight-component%2Faj-util/lists"}