is not current version
Last Version 0.26

org.boofcv:io 0.18

BoofCV is an open source Java library for real-time computer vision and robotics applications.

Categories

Categories

BoofCV Business Logic Libraries Computer Vision
GroupId

GroupId

org.boofcv
ArtifactId

ArtifactId

io
Version

Version

0.18
Type

Type

jar

Download io 0.18


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