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.4.0'
maven
<dependency>
<groupId>io.vproxy</groupId>
<artifactId>commons</artifactId>
<version>1.4.0</version>
</dependency>