GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdifcengine |
Version | Version0.0.15 |
Type | Typejar |
Filename | Size |
---|---|
ifcengine-0.0.15.pom | |
ifcengine-0.0.15.jar | 4 MB |
ifcengine-0.0.15-sources.jar | 4 MB |
ifcengine-0.0.15-plugin.xml | 368 bytes |
ifcengine-0.0.15-javadoc.jar | 148 KB |
ifcengine-0.0.15-icon.png | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/ifcengine/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>ifcengine</artifactId>
<version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/ifcengine/
implementation 'org.opensourcebim:ifcengine:0.0.15'
// https://jarcasting.com/artifacts/org.opensourcebim/ifcengine/
implementation ("org.opensourcebim:ifcengine:0.0.15")
'org.opensourcebim:ifcengine:jar:0.0.15'
<dependency org="org.opensourcebim" name="ifcengine" rev="0.0.15">
<artifact name="ifcengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='ifcengine', version='0.0.15')
)
libraryDependencies += "org.opensourcebim" % "ifcengine" % "0.0.15"
[org.opensourcebim/ifcengine "0.0.15"]