MVN

com.microsoft.commondatamodel : objectmodel

Maven & Gradle

Jul 11, 2023
1.6k stars

com.microsoft.commondatamodel:objectmodel · CDM SDK to work with semantic metadata of the Data

<dependency>
    <groupId>com.microsoft.commondatamodel</groupId>
    <artifactId>objectmodel</artifactId>
    <version>1.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.commondatamodel : objectmodel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3

All Versions

Choose a version of com.microsoft.commondatamodel : objectmodel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
objectmodel-1.7.3
objectmodel-1.7.2
objectmodel-1.7.1
1.6.x
objectmodel-1.6.5
objectmodel-1.6.4
objectmodel-1.6.3
objectmodel-1.6.1
objectmodel-1.6.0
1.5.x
objectmodel-1.5.3
objectmodel-1.5.2
objectmodel-1.5.1
objectmodel-1.5.0
1.4.x
objectmodel-1.4.4
objectmodel-1.4.2-preview1
objectmodel-1.4.2
objectmodel-1.4.1
objectmodel-1.4.0
1.3.x
objectmodel-1.3.1
objectmodel-1.3.0
1.2.x
objectmodel-1.2.3
objectmodel-1.2.2
objectmodel-1.2.1
objectmodel-1.2.0
1.1.x
objectmodel-1.1.2
objectmodel-1.1.1
objectmodel-1.1.0
1.0.x
objectmodel-1.0.15
objectmodel-1.0.14
objectmodel-1.0.13
objectmodel-1.0.12
objectmodel-1.0.10
objectmodel-1.0.7
objectmodel-1.0.6

How to add a dependency to Maven

Add the following com.microsoft.commondatamodel : objectmodel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.commondatamodel</groupId>
    <artifactId>objectmodel</artifactId>
    <version>1.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.commondatamodel : objectmodel gradle dependency to your build.gradle file:

implementation 'com.microsoft.commondatamodel:objectmodel:1.7.3'

Gradle Kotlin DSL: Add the following com.microsoft.commondatamodel : objectmodel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.commondatamodel:objectmodel:1.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.commondatamodel : objectmodel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.commondatamodel" % "objectmodel" % "1.7.3"

Advertisement