This module is copied and derived vproxy-base.
This project depends on vjson, you may want to check the vjson repo for how to modify dependencies related to kotlin (If you are not using kotlin, you can ignore this).
gradle
implementation 'io.vproxy:commons:1.5.1'maven
<dependency>
<groupId>io.vproxy</groupId>
<artifactId>commons</artifactId>
<version>1.5.1</version>
</dependency>