License |
License |
---|---|
GroupId | GroupIdde.joerghoh.cq5.healthcheck |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCQ5 - Health Check - Parent
Defines all central dependencies and configuration for the Health Check project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.joerghoh.cq5.healthcheck/parent/ -->
<dependency>
<groupId>de.joerghoh.cq5.healthcheck</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.joerghoh.cq5.healthcheck/parent/
implementation 'de.joerghoh.cq5.healthcheck:parent:1.0.0'
// https://jarcasting.com/artifacts/de.joerghoh.cq5.healthcheck/parent/
implementation ("de.joerghoh.cq5.healthcheck:parent:1.0.0")
'de.joerghoh.cq5.healthcheck:parent:pom:1.0.0'
<dependency org="de.joerghoh.cq5.healthcheck" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.joerghoh.cq5.healthcheck', module='parent', version='1.0.0')
)
libraryDependencies += "de.joerghoh.cq5.healthcheck" % "parent" % "1.0.0"
[de.joerghoh.cq5.healthcheck/parent "1.0.0"]