MVN

org.opensourcebim : bimnmdservice

Maven & Gradle

Feb 17, 2020

BIM bot NMD data service · provides a REST api for retrieving nmd data from various data sources

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

Latest Version

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

  • Latest Stable: 0.24

All Versions

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

Version Vulnerabilities Updated
0.24
bimnmdservice-0.24
0.23
bimnmdservice-0.23
0.22
bimnmdservice-0.22
0.21
bimnmdservice-0.21
0.16
bimnmdservice-0.16
0.12
bimnmdservice-0.12
0.11
bimnmdservice-0.11
0.9
bimnmdservice-0.9
0.8
bimnmdservice-0.8
0.7
bimnmdservice-0.7
0.2
bimnmdservice-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>bimnmdservice</artifactId>
    <version>0.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opensourcebim:bimnmdservice:0.24'

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

implementation("org.opensourcebim:bimnmdservice:0.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opensourcebim" % "bimnmdservice" % "0.24"