Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. apply plugin: 'java'
  2.  
  3. repositories {
  4. //jcenter()
  5. mavenCentral()
  6. }
  7.  
  8. dependencies {
  9. compile ('org.jsoup:jsoup:1.7.2')
  10. compile 'org.slf4j:slf4j-api:1.7.12'
  11. testCompile 'junit:junit:4.12'
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement