is not current version
Last Version 4.0.1-1.4.4

org.bytedeco.javacpp-presets:opencv 3.0.0-1.0


Categories

Categories

OpenCV Business Logic Libraries Computer Vision JavaCPP Development Tools Native
GroupId

GroupId

org.bytedeco.javacpp-presets
ArtifactId

ArtifactId

opencv
Version

Version

3.0.0-1.0
Type

Type

jar

Download opencv 3.0.0-1.0


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