MVN

org.opensourcebim : ifcengine

Maven & Gradle

Mar 04, 2017

IfcEngine · BIMserver plugin that uses RDF Engine to generate geometry from IFC files

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>ifcengine</artifactId>
    <version>0.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensourcebim : ifcengine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.16

All Versions

Choose a version of org.opensourcebim : ifcengine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
ifcengine-0.0.16
ifcengine-0.0.15
ifcengine-0.0.12
ifcengine-0.0.10
ifcengine-0.0.9
ifcengine-0.0.8
ifcengine-0.0.7
ifcengine-0.0.6
ifcengine-0.0.5
ifcengine-0.0.4
ifcengine-0.0.3
ifcengine-0.0.2

How to add a dependency to Maven

Add the following org.opensourcebim : ifcengine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>ifcengine</artifactId>
    <version>0.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opensourcebim : ifcengine gradle dependency to your build.gradle file:

implementation 'org.opensourcebim:ifcengine:0.0.16'

Gradle Kotlin DSL: Add the following org.opensourcebim : ifcengine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opensourcebim:ifcengine:0.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opensourcebim : ifcengine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opensourcebim" % "ifcengine" % "0.0.16"

Advertisement