Java 8+ · Apache 2.0

轻量、实用的 Java 工具库Lightweight, practical Java utilities.

AJ-Utils 是一个面向 Java 8 的模块化工具库,提供日常开发常用的通用能力,以及 FTP、S3 对象存储、二维码和密码学等独立组件。A modular collection of everyday utilities and standalone components for FTP, S3-compatible storage, QR codes and cryptography.

为什么选择 AJ-UtilsWhy AJ-Utils

经得起长期使用。Built for the long run.

Java 8 兼容Java 8 compatible

所有组件均面向 Java 8 及以上环境。Every component targets Java 8 and later runtimes.

清晰易懂Readable by design

直观的 API 与实现,便于使用和维护。Straightforward APIs and implementations.

重视质量Quality-focused

代码注释、文档和单元测试支持可靠集成。Comments, documentation and tests support integration.

模块化使用Modular by default

只引入需要的组件。Use only what your project needs.

开始使用Get started

一个依赖,处处可用。One dependency. Useful everywhere.

将核心工具库添加至 Maven 项目。Add the core utility module to your Maven project.

<dependency>
  <groupId>com.ajaxjs</groupId>
  <artifactId>ajaxjs-util</artifactId>
  <version>1.3.4</version>
</dependency>