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