Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <repositories>
- <repository>
- <id>papermc-repo</id>
- <url>https://repo.papermc.io/repository/maven-public/</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>com.velocitypowered</groupId>
- <artifactId>velocity-api</artifactId>
- <version>3.4.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.mysql</groupId>
- <artifactId>mysql-connector-j</artifactId>
- <version>9.1.0</version>
- </dependency>
- </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement