b

boofcv-swing

BoofCV is an open source Java library for real-time computer vision and robotics applications.
http://boofcv.org
The Apache Software License, Version 2.0
Peter Abeles
Files download
File Operation
boofcv-swing-0.36.jar download
boofcv-swing-0.36.pom download
boofcv-swing-0.36-sources.jar download
Apache Maven
<dependency>
  <groupId>org.boofcv</groupId>
  <artifactId>boofcv-swing</artifactId>
  <version>0.36</version>
</dependency>
Gradle Groovy
implementation 'org.boofcv:boofcv-swing:0.36'
Gradle Kotlin
implementation("org.boofcv:boofcv-swing:0.36")
Scala SBT
libraryDependencies += "org.boofcv" % "boofcv-swing" % "0.36"
Groovy Grape
@Grapes(
  @Grab(group='org.boofcv', module='boofcv-swing', version='0.36')
)
Apache Ivy
<dependency org="org.boofcv" name="boofcv-swing" rev="0.36" />
Leiningen
[org.boofcv/boofcv-swing "0.36"]
Apache Buildr
'org.boofcv:boofcv-swing:jar:0.36'