GroupId | GroupIdio.wcm |
---|---|
ArtifactId | ArtifactIdio.wcm.dam.parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
io.wcm.dam.parent-1.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.wcm/io.wcm.dam.parent/ -->
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.dam.parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.wcm/io.wcm.dam.parent/
implementation 'io.wcm:io.wcm.dam.parent:1.0.2'
// https://jarcasting.com/artifacts/io.wcm/io.wcm.dam.parent/
implementation ("io.wcm:io.wcm.dam.parent:1.0.2")
'io.wcm:io.wcm.dam.parent:pom:1.0.2'
<dependency org="io.wcm" name="io.wcm.dam.parent" rev="1.0.2">
<artifact name="io.wcm.dam.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.wcm', module='io.wcm.dam.parent', version='1.0.2')
)
libraryDependencies += "io.wcm" % "io.wcm.dam.parent" % "1.0.2"
[io.wcm/io.wcm.dam.parent "1.0.2"]