Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.microsoft.commondatamodel |
ArtifactId | ArtifactIdcdm-parent |
Version | Version1.4.2-preview1 |
Type | Typepom |
Filename | Size |
---|---|
cdm-parent-1.4.2-preview1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.commondatamodel/cdm-parent/ -->
<dependency>
<groupId>com.microsoft.commondatamodel</groupId>
<artifactId>cdm-parent</artifactId>
<version>1.4.2-preview1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.commondatamodel/cdm-parent/
implementation 'com.microsoft.commondatamodel:cdm-parent:1.4.2-preview1'
// https://jarcasting.com/artifacts/com.microsoft.commondatamodel/cdm-parent/
implementation ("com.microsoft.commondatamodel:cdm-parent:1.4.2-preview1")
'com.microsoft.commondatamodel:cdm-parent:pom:1.4.2-preview1'
<dependency org="com.microsoft.commondatamodel" name="cdm-parent" rev="1.4.2-preview1">
<artifact name="cdm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.commondatamodel', module='cdm-parent', version='1.4.2-preview1')
)
libraryDependencies += "com.microsoft.commondatamodel" % "cdm-parent" % "1.4.2-preview1"
[com.microsoft.commondatamodel/cdm-parent "1.4.2-preview1"]