Subversion Repositories SmartDukaan

Rev

Rev 30304 | Rev 31565 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30304 Rev 30398
Line 45... Line 45...
45
    compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
45
    compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
46
    compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
46
    compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
47
    compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
47
    compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
48
    compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
48
    compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
49
    implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
49
    implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
-
 
50
// https://mvnrepository.com/artifact/com.google.zxing/core
-
 
51
    implementation group: 'com.google.zxing', name: 'core', version: '3.4.1'
50
 
52
 
51
 
53
 
52
}
54
}