Subversion Repositories SmartDukaan

Rev

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

Rev 30212 Rev 30356
Line 73... Line 73...
73
    implementation 'com.cloudconvert:cloudconvert-java:1.0.7'
73
    implementation 'com.cloudconvert:cloudconvert-java:1.0.7'
74
    implementation 'org.apache.httpcomponents:httpclient:4.5.13'
74
    implementation 'org.apache.httpcomponents:httpclient:4.5.13'
75
    implementation 'org.bouncycastle:bcprov-jdk16:1.45'
75
    implementation 'org.bouncycastle:bcprov-jdk16:1.45'
76
    // https://mvnrepository.com/artifact/opencv/opencv
76
    // https://mvnrepository.com/artifact/opencv/opencv
77
    implementation group: 'org.openpnp', name: 'opencv', version: '4.3.0-0'
77
    implementation group: 'org.openpnp', name: 'opencv', version: '4.3.0-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
 
80
 
80
 
81
 
81
}
82
}
82
 
83