| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdio.wcm |
| ArtifactId | ArtifactIdio.wcm.caconfig.editor.parent |
| Version | Version1.7.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| io.wcm.caconfig.editor.parent-1.7.6.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.wcm/io.wcm.caconfig.editor.parent/ -->
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.parent</artifactId>
<version>1.7.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.wcm/io.wcm.caconfig.editor.parent/
implementation 'io.wcm:io.wcm.caconfig.editor.parent:1.7.6'
// https://jarcasting.com/artifacts/io.wcm/io.wcm.caconfig.editor.parent/
implementation ("io.wcm:io.wcm.caconfig.editor.parent:1.7.6")
'io.wcm:io.wcm.caconfig.editor.parent:pom:1.7.6'
<dependency org="io.wcm" name="io.wcm.caconfig.editor.parent" rev="1.7.6">
<artifact name="io.wcm.caconfig.editor.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.wcm', module='io.wcm.caconfig.editor.parent', version='1.7.6')
)
libraryDependencies += "io.wcm" % "io.wcm.caconfig.editor.parent" % "1.7.6"
[io.wcm/io.wcm.caconfig.editor.parent "1.7.6"]