a

annot8-components-opencv

Components for using OpenCV within Annot8
文件下载
文件名 操作
annot8-components-opencv-1.2.2.jar 下载
annot8-components-opencv-1.2.2.pom 下载
annot8-components-opencv-1.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.annot8</groupId>
  <artifactId>annot8-components-opencv</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'io.annot8:annot8-components-opencv:1.2.2'
Gradle Kotlin
implementation("io.annot8:annot8-components-opencv:1.2.2")
Scala SBT
libraryDependencies += "io.annot8" % "annot8-components-opencv" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.annot8', module='annot8-components-opencv', version='1.2.2')
)
Apache Ivy
<dependency org="io.annot8" name="annot8-components-opencv" rev="1.2.2" />
Leiningen
[io.annot8/annot8-components-opencv "1.2.2"]
Apache Buildr
'io.annot8:annot8-components-opencv:jar:1.2.2'