| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.microsoft.commondatamodel |
| ArtifactId | ArtifactIdobjectmodel |
| Last Version | Last Version100.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| objectmodel-100.0.7.pom | |
| objectmodel-100.0.7.jar | 1 MB |
| objectmodel-100.0.7-sources.jar | 786 KB |
| objectmodel-100.0.7-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.commondatamodel/objectmodel/ -->
<dependency>
<groupId>com.microsoft.commondatamodel</groupId>
<artifactId>objectmodel</artifactId>
<version>100.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.commondatamodel/objectmodel/
implementation 'com.microsoft.commondatamodel:objectmodel:100.0.7'
// https://jarcasting.com/artifacts/com.microsoft.commondatamodel/objectmodel/
implementation ("com.microsoft.commondatamodel:objectmodel:100.0.7")
'com.microsoft.commondatamodel:objectmodel:jar:100.0.7'
<dependency org="com.microsoft.commondatamodel" name="objectmodel" rev="100.0.7">
<artifact name="objectmodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.commondatamodel', module='objectmodel', version='100.0.7')
)
libraryDependencies += "com.microsoft.commondatamodel" % "objectmodel" % "100.0.7"
[com.microsoft.commondatamodel/objectmodel "100.0.7"]