Categories |
CategoriesBoofCV Business Logic Libraries Computer Vision |
---|---|
GroupId | GroupIdorg.boofcv |
ArtifactId | ArtifactIdcalibration |
Version | Version0.25 |
Type | Typejar |
Filename | Size |
---|---|
calibration-0.25.pom | |
calibration-0.25.jar | 33 KB |
calibration-0.25-sources.jar | 29 KB |
calibration-0.25-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.boofcv/calibration/ -->
<dependency>
<groupId>org.boofcv</groupId>
<artifactId>calibration</artifactId>
<version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.boofcv/calibration/
implementation 'org.boofcv:calibration:0.25'
// https://jarcasting.com/artifacts/org.boofcv/calibration/
implementation ("org.boofcv:calibration:0.25")
'org.boofcv:calibration:jar:0.25'
<dependency org="org.boofcv" name="calibration" rev="0.25">
<artifact name="calibration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boofcv', module='calibration', version='0.25')
)
libraryDependencies += "org.boofcv" % "calibration" % "0.25"
[org.boofcv/calibration "0.25"]