Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 243 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 243 Bytes

V2Ray API JAVA SDK

为调用 API 提供便利。

  1. 编译
mvn install
  1. 使用

pom.xml 添加

<dependency>
    <groupId>in.zhaoj</groupId>
    <artifactId>v2ray</artifactId>
    <version>1.0</version>
</dependency>