We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Below is the example dependency on opencv module.
opencv
dependencies { compile 'org.bytedeco.javacpp-presets:opencv:3.2.0-1.3' #contains Java classes compile 'org.bytedeco.javacpp-presets:opencv:3.2.0-1.3:android-arm' #contains native libraries used by Java classes #native library for the machine that runs tests testCompile 'org.bytedeco.javacpp-presets:opencv:3.2.0-1.3:macosx-x86_64' }