Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 682 Bytes

File metadata and controls

22 lines (16 loc) · 682 Bytes

Stone is a Java toolkit package integrates three Java pools

🌸BeeCP: A light JDBC Connection Pool

🌷BeeOP: A light Java Object Pool

🌹BeeTP: A light Java Task Pool

⬇️ Maven artifact

<dependency>
    <groupId>io.github.chris2018998</groupId>
    <artifactId>stone</artifactId>
    <version>2.2.1</version>
</dependency>