Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>TTS</groupId>
- <artifactId>TTS</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <build>
- <sourceDirectory>src</sourceDirectory>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.0</version>
- <configuration>
- <source>1.3</source>
- <target>1.2</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>jcenter</id>
- <name>jcenter-bintray</name>
- <url>http://jcenter.bintray.com</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>net.dv8tion</groupId>
- <artifactId>JDA</artifactId>
- <version>3.8.1_454</version>
- <type>pom</type>
- </dependency>
- <dependency>
- <groupId>com.jagrosh</groupId>
- <artifactId>jda-utilities</artifactId>
- <version>2.1.5</version>
- <type>pom</type>
- </dependency>
- <dependency>
- <groupId>com.sedmelluq</groupId>
- <artifactId>lavaplayer</artifactId>
- <version>1.3.17</version>
- <type>pom</type>
- </dependency>
- </dependencies>
- </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement