# util4j **Repository Path**: juebanlin/util4j ## Basic Information - **Project Name**: util4j - **Description**: JavaSe懒人开发工具集 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/juebanlin/util4j - **GVP Project**: No ## Statistics - **Stars**: 54 - **Forks**: 15 - **Created**: 2014-08-20 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: utils **Tags**: None ## README # util4j [![Version](https://img.shields.io/badge/version-4.1.9-brightgreen.svg)](http://search.maven.org/#search|gav|1|g:%22net.jueb%22%20AND%20a:%22util4j%22) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![JDK 1.8](https://img.shields.io/badge/JDK-1.8-green.svg "JDK 1.8")]() ## 简介 用于服务端开发的常用工具包,来源于平时游戏服务端开发所用到的公共组件,经过稳定的上线测试。 ## 提供组件 * netty网络客户端服务端 * 缓存 * CSP模型队列执行器(采用jctools实现高吞吐的任务处理) * 热更新框架 * 字节操作工具 * 加密解密 ### Maven ```xml net.jueb util4j VERSION ``` ### Gradle ``` compile 'net.jueb:util4j-all:VERSION' ```