Subversion Repositories SmartDukaan

Rev

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

Rev 34094 Rev 34100
Line 68... Line 68...
68
    compile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
68
    compile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
69
    compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '2.41.0'
69
    compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '2.41.0'
70
    implementation 'org.jsoup:jsoup:1.11.3'
70
    implementation 'org.jsoup:jsoup:1.11.3'
71
    implementation 'org.apache.httpcomponents:httpclient:4.5.13'
71
    implementation 'org.apache.httpcomponents:httpclient:4.5.13'
72
    implementation 'org.bouncycastle:bcprov-jdk16:1.45'
72
    implementation 'org.bouncycastle:bcprov-jdk16:1.45'
-
 
73
    implementation 'com.squareup.okhttp3:okhttp:4.3.1'
-
 
74
    implementation 'com.squareup.okio:okio:2.4.0'
73
    // https://mvnrepository.com/artifact/opencv/opencv
75
    // https://mvnrepository.com/artifact/opencv/opencv
74
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.3.0-0'
76
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.3.0-0'
75
    implementation group: 'org.openpnp', name: 'opencv', version: '3.4.2-0'
77
    implementation group: 'org.openpnp', name: 'opencv', version: '3.4.2-0'
76
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.5.1-2'
78
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.5.1-2'
77
    implementation('com.google.auth:google-auth-library-oauth2-http:1.17.0') {
79
    implementation('com.google.auth:google-auth-library-oauth2-http:1.17.0') {