b

boofcv-swing

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