Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 908 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 908 Bytes

openlibs.utilities

Java CI with Maven Maven Package

Introduction

The lib is java utilities for other projects under openlibs; it include and will include the following functions:

  • Condition checker
  • Simple logger
  • Sort libs
  • Simple version track
  • Common utilities

How to get it?

By Maven:

<dependency>
  <groupId>com.openthinks.libs</groupId>
  <artifactId>openlibs.utilities</artifactId>
  <version>1.2.1</version>
</dependency>

Or

Downloading from oss.sonatype or repo.maven directly