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