Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. apply plugin: 'java'
  2. apply plugin: 'maven'
  3.  
  4. repositories {
  5. maven {
  6. url 'EARL'
  7. credentials {
  8. username = 'USER'
  9. password = 'PASS'
  10. }
  11. }
  12. }
  13.  
  14. dependencies {
  15. ... depends ...
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement