Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.ajaxjs:ajaxjs-util

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.ajaxjs:ajaxjs-util

Small Java Utils Library with many powerful components

  • 1.1.6
  • Source
  • Maven
  • Socket score

Version published
Maintainers
0
Source

Maven Central Javadoc coverage License Email QQ群

AJAXJS Util 工具包

工具库/助手包是框架的基础构成部分之一,英文多见于 Utils、Helpers、Tools。本项目定位为轻量级工具库,jar 体积不过 150k 左右,尽量避免第三方依赖。鉴于 Spring 普及,于是就依赖他的工具方法(仅依赖 Spring Core)直接使用,如常见的 StringUtils.isEmpty() 等等。

本框架由下面若干模块所组成。

模块说明备注
util常规工具包,有字符串工具类、编码工具类、常用日期处理类、XML 工具类等等
io文件磁盘处理、流处理工具类、资源扫描器、Zip 解压缩
reflect反射工具包
convert值处理工具类、键对值转换
cache轻量级缓存服务,定时缓存、LRU/LFU 缓存
cryptography摘要算法:MD5/SHA;加密解密工具包: DES/AES/3D_DES/PBE/RSA/DH
logger基于java.util.logger封装的日志组件
map_traveler键值对遍历器,转换器
regexp类似 js 的正则表达式 API

Tutorial: https://framework.ajaxjs.com/docs/aj/?section=utils.

Java Documents: https://dev.ajaxjs.com/docs/javadoc/aj-util/.

安装

要求 Java 1.8+。 Maven 坐标:


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

FAQs

Package last updated on 26 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc