Skip to content
/ toolbox Public

Toolboxes (core libraries) that make Java development more efficient, more rapid and less bug.

License

Notifications You must be signed in to change notification settings

shniu/toolbox

Repository files navigation

Toolbox

Toolboxes (core libraries) that make Java development more efficient, more rapid and less bug.

Adding Toolbox to your build

Maven:

<dependency>
    <groupId>io.github.shniu</groupId>
    <artifactId>toolbox</artifactId>
    <version>${latestVersion}</version>
</dependency>

Gradle:

implementation("io.github.shniu:toolbox:${latestVersion}")

Latest version is 1.0.1.

Introduction

Toolbox is a set of core Java libraries that includes collections, strings, io, distributed support(id generator, rate limiter etc.), bits, bytes, caching, utilities for concurrency, json, Emoji, Excel, Pdf, and more.

Dependency

  • Guava
  • Apache Commons
  • Jackson2
  • jjwt
  • Mockito
  • DBUnit
  • RestAssured
  • Lombok
  • Feign
  • itextpdf
  • Tika
  • JCTools

Strings

[TODO]

Rate Limit

[TODO]

Resources

About

Toolboxes (core libraries) that make Java development more efficient, more rapid and less bug.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages