MVN

org.opensourcebim : clashdetection

Maven & Gradle

Nov 18, 2018

ClashDetection · BIMserver plugin that provides a ClashDetection service

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

Latest Version

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

  • Latest Stable: 0.0.16

All Versions

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

Version Vulnerabilities Updated
0.0.x
clashdetection-0.0.16
clashdetection-0.0.14
clashdetection-0.0.13
clashdetection-0.0.11
clashdetection-0.0.10
clashdetection-0.0.7
clashdetection-0.0.5
clashdetection-0.0.4
clashdetection-0.0.3
clashdetection-0.0.2
clashdetection-0.0.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.opensourcebim:clashdetection:0.0.16'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement