Advertisement
Guest User

Untitled

a guest
Jul 24th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.17 KB | None | 0 0
  1. apply plugin: 'java'
  2.  
  3. sourceCompatibility = 1.5
  4. version = '1.0'
  5.  
  6. repositories {
  7.     mavenCentral()
  8. }
  9.  
  10. dependencies {
  11.     runtime 'org.xerial:sqlite-jdbc:3.8.10.1'
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement