MVN

org.opensourcebim : bimmappingservice

Maven & Gradle

Feb 17, 2020

BIM bot map service · provides a REST api for adding and retreiving mappings and mappingsets from IFC model to NMD data

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

Latest Version

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

  • Latest Stable: 1.21

All Versions

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

Version Vulnerabilities Updated
1.21
bimmappingservice-1.21
1.20
bimmappingservice-1.20
1.19
bimmappingservice-1.19
1.18
bimmappingservice-1.18
1.17
bimmappingservice-1.17
1.15
bimmappingservice-1.15
1.1
bimmappingservice-1.1
1.0
bimmappingservice-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>bimmappingservice</artifactId>
    <version>1.21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opensourcebim:bimmappingservice:1.21'

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

implementation("org.opensourcebim:bimmappingservice:1.21")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opensourcebim" % "bimmappingservice" % "1.21"