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