General component module, reference from joyrpc
.
Compile requirement: JDK 8+ and Maven 3.2.5+ .
<!-- https://mvnrepository.com/artifact/io.meshware/common -->
<dependency>
<groupId>io.meshware</groupId>
<artifactId>common</artifactId>
<version>0.0.1</version>
</dependency>
// https://mvnrepository.com/artifact/io.meshware/common
implementation group: 'io.meshware', name: 'common', version: '0.0.1'
LocalCache is licensed under the Apache License 2.0.