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