Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.22 KB

meshware-common

Build License Maven Central Percentage of issues still open

Overview

General component module, reference from joyrpc.

How to use

Requirements

Compile requirement: JDK 8+ and Maven 3.2.5+ .

Maven dependency

<!-- https://mvnrepository.com/artifact/io.meshware/common -->
<dependency>
    <groupId>io.meshware</groupId>
    <artifactId>common</artifactId>
    <version>0.0.1</version>
</dependency>

Gradle dependency

// https://mvnrepository.com/artifact/io.meshware/common
implementation group: 'io.meshware', name: 'common', version: '0.0.1'

License

LocalCache is licensed under the Apache License 2.0.