Advertisement
sha3tha2

Untitled

Jun 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.29 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3.     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4.     <modelVersion>4.0.0</modelVersion>
  5.     <groupId>TTS</groupId>
  6.     <artifactId>TTS</artifactId>
  7.     <version>0.0.1-SNAPSHOT</version>
  8.     <build>
  9.         <sourceDirectory>src</sourceDirectory>
  10.         <plugins>
  11.             <plugin>
  12.                 <artifactId>maven-compiler-plugin</artifactId>
  13.                 <version>3.8.0</version>
  14.                 <configuration>
  15.                     <source>1.3</source>
  16.                     <target>1.2</target>
  17.                 </configuration>
  18.             </plugin>
  19.         </plugins>
  20.     </build>
  21.     <repositories>
  22.         <repository>
  23.             <id>jcenter</id>
  24.             <name>jcenter-bintray</name>
  25.             <url>http://jcenter.bintray.com</url>
  26.         </repository>
  27.     </repositories>
  28.     <dependencies>
  29.         <dependency>
  30.             <groupId>net.dv8tion</groupId>
  31.             <artifactId>JDA</artifactId>
  32.             <version>3.8.1_454</version>
  33.             <type>pom</type>
  34.         </dependency>
  35.         <dependency>
  36.             <groupId>com.jagrosh</groupId>
  37.             <artifactId>jda-utilities</artifactId>
  38.             <version>2.1.5</version>
  39.             <type>pom</type>
  40.         </dependency>
  41.         <dependency>
  42.             <groupId>com.sedmelluq</groupId>
  43.             <artifactId>lavaplayer</artifactId>
  44.             <version>1.3.17</version>
  45.             <type>pom</type>
  46.         </dependency>
  47.     </dependencies>
  48. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement