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