Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. plugins {
  2. id 'java'
  3. }
  4.  
  5. group 'Dank Bot v2.0'
  6. version '1.0-SNAPSHOT'
  7.  
  8. sourceCompatibility = 1.8
  9.  
  10. repositories {
  11. jcenter()
  12. mavenCentral()
  13. }
  14.  
  15. dependencies {
  16. testCompile group: 'junit', name: 'junit', version: '4.12'
  17. implementation("net.dv8tion:JDA:3.8.3_464")
  18. compile 'com.jagrosh:jda-utilities:3.0.1'
  19. compile 'mysql:mysql-connector-java:5.1.+'
  20. compile 'commons-dbutils:commons-dbutils:1.7'
  21. compile 'com.sedmelluq:lavaplayer:1.3.32'
  22. compile group: 'org.json', name: 'json', version: '20090211'
  23. compile 'org.apache.httpcomponents:httpclient:4.5.10'
  24. compile group: 'com.google.cloud', name: 'google-cloud-texttospeech', version: '0.117.1-beta'
  25. compile 'com.google.auth:google-auth-library-oauth2-http:0.18.0'
  26. compile group: 'com.amazonaws', name: 'aws-java-sdk-lambda', version: '1.11.688'
  27. compile group: 'com.amazonaws', name: 'aws-encryption-sdk-java', version: '1.6.1'
  28. compile group: 'com.amazonaws', name: 'aws-java-sdk-kms', version: '1.11.689'
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement