Guest User

Untitled

a guest
Jan 10th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>fr.octobot.bot</groupId>
  4. <artifactId>discordbot</artifactId>
  5. <version>0.0.1-SNAPSHOT</version>
  6. <name>OctoBot</name>
  7. <description>Le bot discord de la team Splatoon OctoTeam!</description>
  8.  
  9. <repositories>
  10. <repository>
  11. <id>javacord-repo</id>
  12. <url>http://repo.bastian-oppermann.de</url>
  13. </repository>
  14. </repositories>
  15.  
  16. <dependencies>
  17. <dependency>
  18. <groupId>de.btobastian.javacord</groupId>
  19. <artifactId>javacord</artifactId>
  20. <version>2.0.5</version>
  21. </dependency>
  22. </dependencies>
  23.  
  24. </project>
Advertisement
Add Comment
Please, Sign In to add comment