API
# API Purpose
We warmly welcome the development of more add-on plugins by integrating with this plugin. If you need additional APIs, please contact me to add them.
# 1. Importing the API Dependency Package
<repository>
<id>handyplus-maven</id>
<url>https://maven.cnb.cool/handyplus/maven/-/packages/</url>
</repository>
<dependency>
<groupId>cn.handyplus.intensify</groupId>
<artifactId>PlayerIntensify</artifactId>
<version>4.4.3</version>
<scope>provided</scope>
</dependency>