API
# API Purpose
Very welcome to develop more accessory plugins by integrating with this plugin. If you need more APIs, please contact me to add them
# 1. Import API Dependency Package
<repository>
<id>handy-repository-releases</id>
<name>handy-repository</name>
<url>https://nexus.handyplus.cn/releases</url>
</repository>
<dependency>
<groupId>cn.handyplus.region</groupId>
<artifactId>Ip2region</artifactId>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>