is not current version
Last Version 4.0.1-1.4.4

org.bytedeco.javacpp-presets:opencv 3.4.0-1.4


Categories

Categories

OpenCV Business Logic Libraries Computer Vision JavaCPP Development Tools Native
GroupId

GroupId

org.bytedeco.javacpp-presets
ArtifactId

ArtifactId

opencv
Version

Version

3.4.0-1.4
Type

Type

jar

Download opencv 3.4.0-1.4


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