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