🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.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
Version published
Maintainers
0
Source

Maven Central Javadoc coverage License Email 中文 QQ群

AJ Utilities

Small Java Utils Library with many powerful components. The size of jar is around 90kb. It contains the following modules:

Class/Package ModuleDetail DescriptionMemo
BytesHelperByte array utility class
CollUtilsCollection utility class
ConvertBasicValueAttempts to convert target type, note that not all types can be converted
DateHelperDate utility class
EncodeToolsString URL/Base64 encoder
MessageDigestHelperMD5/SHA1/SHA256/384/512 encryption utility class
ObjectHelperA helper for Java Object
HTTP RequestA Small HTTP Request Component
RandomToolsRandom Numbers and Strings
RegExpUtilsRegular expression utility class
StrUtilString utility class
JsonUtilEncapsulation of Jackson Library: Conversion Methods Between JSON, Map, Bean, and ListJackson is only library that dependencies
XmlHelperXML processing utility class
CryptographyAES/RSA encryption and decryption package
IOFile, resource, stream utility package
ReflectionReflection utility package

Source code

Github | GitCode

Tutorials | Tutorials(Chinese) | DeepWiki Tutorials | Java Documents

Install

Runs on Java 8+. Maven:


<dependency>
    <groupId>com.ajaxjs</groupId>
    <artifactId>ajaxjs-util</artifactId>
    <version>1.2.3</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