| Группа | Группаorg.opensourcebim |
|---|---|
| Идентификатор | Идентификаторclashdetection |
| Версия | Версия0.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| clashdetection-0.0.5.pom | |
| clashdetection-0.0.5.jar | 45 KB |
| clashdetection-0.0.5-sources.jar | 34 KB |
| clashdetection-0.0.5-plugin.xml | 687 bytes |
| clashdetection-0.0.5-javadoc.jar | 202 KB |
| clashdetection-0.0.5-icon.png | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/clashdetection/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>clashdetection</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/clashdetection/
implementation 'org.opensourcebim:clashdetection:0.0.5'
// https://jarcasting.com/artifacts/org.opensourcebim/clashdetection/
implementation ("org.opensourcebim:clashdetection:0.0.5")
'org.opensourcebim:clashdetection:jar:0.0.5'
<dependency org="org.opensourcebim" name="clashdetection" rev="0.0.5">
<artifact name="clashdetection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='clashdetection', version='0.0.5')
)
libraryDependencies += "org.opensourcebim" % "clashdetection" % "0.0.5"
[org.opensourcebim/clashdetection "0.0.5"]