is not current version
Last Version 4.0.1-1.4.4

org.bytedeco.javacpp-presets:opencv 2.4.10-0.10


Categories

Categories

OpenCV Business Logic Libraries Computer Vision JavaCPP Development Tools Native
GroupId

GroupId

org.bytedeco.javacpp-presets
ArtifactId

ArtifactId

opencv
Version

Version

2.4.10-0.10
Type

Type

jar

Download opencv 2.4.10-0.10


<!-- https://jarcasting.com/artifacts/org.bytedeco.javacpp-presets/opencv/ -->
<dependency>
    <groupId>org.bytedeco.javacpp-presets</groupId>
    <artifactId>opencv</artifactId>
    <version>2.4.10-0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytedeco.javacpp-presets/opencv/
implementation 'org.bytedeco.javacpp-presets:opencv:2.4.10-0.10'
// https://jarcasting.com/artifacts/org.bytedeco.javacpp-presets/opencv/
implementation ("org.bytedeco.javacpp-presets:opencv:2.4.10-0.10")
'org.bytedeco.javacpp-presets:opencv:jar:2.4.10-0.10'
<dependency org="org.bytedeco.javacpp-presets" name="opencv" rev="2.4.10-0.10">
  <artifact name="opencv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytedeco.javacpp-presets', module='opencv', version='2.4.10-0.10')
)
libraryDependencies += "org.bytedeco.javacpp-presets" % "opencv" % "2.4.10-0.10"
[org.bytedeco.javacpp-presets/opencv "2.4.10-0.10"]