Skip to content

RockyLOMO/rxlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,874 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI

℞lib-java

℞lib is a set of core Java libraries that includes dynamic thread pool, ntp client (System.currentTimeMillis() aspect), dns server and client (InetAddress.getByName() aspect), and utilities for concurrency, I/O, socks, and more.

Maven

<dependency>
    <groupId>com.github.rockylomo</groupId>
    <artifactId>rxlib</artifactId>
    <version>2.21.4</version>
</dependency>

🚀 发布到 Maven Central

查看 部署指南 了解如何发布新版本到 Maven Central。

FEATURE