| Категории |
КатегорииBoofCV Прикладные библиотеки Computer Vision |
|---|---|
| Группа | Группаorg.boofcv |
| Идентификатор | Идентификаторboofcv-simulation |
| Версия | Версия0.35 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]