πCustom Addons
On this page you will have the information to create addons for our Plugins
Custom Addons
Maven Dependency
<repositories>
<repository>
<id>nexus</id>
<url>https://repo.myphoenixstore.com/repository/maven-public/</url>
</repository>
</repositories><dependency>
<groupId>com.phoenixplugins.sdk</groupId>
<artifactId>api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>