Advertisement
Guest User

Untitled

a guest
Dec 16th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1. <repositories>
  2.         <repository>
  3.             <id>papermc-repo</id>
  4.             <url>https://repo.papermc.io/repository/maven-public/</url>
  5.         </repository>
  6.     </repositories>
  7.  
  8.     <dependencies>
  9.         <dependency>
  10.             <groupId>com.velocitypowered</groupId>
  11.             <artifactId>velocity-api</artifactId>
  12.             <version>3.4.0-SNAPSHOT</version>
  13.             <scope>provided</scope>
  14.         </dependency>
  15.         <dependency>
  16.             <groupId>com.mysql</groupId>
  17.             <artifactId>mysql-connector-j</artifactId>
  18.             <version>9.1.0</version>
  19.         </dependency>
  20.     </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement