is not current version
Last Version 4.0.1-1.4.4

org.bytedeco.javacpp-presets:opencv 3.1.0-1.3


Categories

Categories

OpenCV Business Logic Libraries Computer Vision JavaCPP Development Tools Native
GroupId

GroupId

org.bytedeco.javacpp-presets
ArtifactId

ArtifactId

opencv
Version

Version

3.1.0-1.3
Type

Type

jar

Download opencv 3.1.0-1.3


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