Subversion Repositories SmartDukaan

Rev

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

Rev 34100 Rev 34101
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'
73
    //dependency needed to resolve okhttp and further required for selenium
74
    implementation 'com.squareup.okio:okio:2.4.0'
74
    implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.70'
-
 
75
 
75
    // https://mvnrepository.com/artifact/opencv/opencv
76
    // https://mvnrepository.com/artifact/opencv/opencv
76
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.3.0-0'
77
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.3.0-0'
77
    implementation group: 'org.openpnp', name: 'opencv', version: '3.4.2-0'
78
    implementation group: 'org.openpnp', name: 'opencv', version: '3.4.2-0'
78
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.5.1-2'
79
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.5.1-2'
79
    implementation('com.google.auth:google-auth-library-oauth2-http:1.17.0') {
80
    implementation('com.google.auth:google-auth-library-oauth2-http:1.17.0') {