Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 498 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 498 Bytes

vproxy commons

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).

usage

gradle

implementation 'io.vproxy:commons:1.4.0'

maven

<dependency>
  <groupId>io.vproxy</groupId>
  <artifactId>commons</artifactId>
  <version>1.4.0</version>
</dependency>