MVN

nl.bimbase.bimworks : client

Maven & Gradle

Apr 01, 2021
1 stars

BimWorksJavaSdk · BIM.works Java SDK

<dependency>
    <groupId>nl.bimbase.bimworks</groupId>
    <artifactId>client</artifactId>
    <version>0.0.185</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.bimbase.bimworks : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.185

All Versions

Choose a version of nl.bimbase.bimworks : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
client-0.0.185
client-0.0.184
client-0.0.183
client-0.0.182
client-0.0.174
client-0.0.173
client-0.0.172
client-0.0.171
client-0.0.170
client-0.0.169
client-0.0.168
client-0.0.167
client-0.0.166
client-0.0.165
client-0.0.164
client-0.0.161
client-0.0.160
client-0.0.159
client-0.0.158
client-0.0.157
client-0.0.108
client-0.0.101
client-0.0.98
client-0.0.94
client-0.0.58
client-0.0.56
client-0.0.55
client-0.0.52

How to add a dependency to Maven

Add the following nl.bimbase.bimworks : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.bimbase.bimworks</groupId>
    <artifactId>client</artifactId>
    <version>0.0.185</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.bimbase.bimworks : client gradle dependency to your build.gradle file:

implementation 'nl.bimbase.bimworks:client:0.0.185'

Gradle Kotlin DSL: Add the following nl.bimbase.bimworks : client gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.bimbase.bimworks:client:0.0.185")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.bimbase.bimworks : client sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.bimbase.bimworks" % "client" % "0.0.185"

Advertisement