<repository>
<id>falchus.com</id>
<url>https://repo.falchus.com/releases</url>
</repository><dependency>
<groupId>com.falchus</groupId>
<artifactId>lib-java</artifactId>
<version>[1.0.0,)</version>
<scope>provided</scope>
</dependency>plugin.yml
name: Example
version: 1.0.0
main: com.example.Example
author: Example
depend: [FalchusLib]velocity-plugin.json
{
"id": "example",
"name": "Example",
"version": "1.0.0",
"main": "com.example.Example",
"authors": ["Example"],
"dependencies": [{"id": "falchuslib", "optional": false}]
}Get the latest release here.