GroupId | GroupIdcom.shinesolutions |
---|---|
ArtifactId | ArtifactIdaem-healthcheck |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
aem-healthcheck-1.3.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shinesolutions/aem-healthcheck/ -->
<dependency>
<groupId>com.shinesolutions</groupId>
<artifactId>aem-healthcheck</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.shinesolutions/aem-healthcheck/
implementation 'com.shinesolutions:aem-healthcheck:1.3'
// https://jarcasting.com/artifacts/com.shinesolutions/aem-healthcheck/
implementation ("com.shinesolutions:aem-healthcheck:1.3")
'com.shinesolutions:aem-healthcheck:pom:1.3'
<dependency org="com.shinesolutions" name="aem-healthcheck" rev="1.3">
<artifact name="aem-healthcheck" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.shinesolutions', module='aem-healthcheck', version='1.3')
)
libraryDependencies += "com.shinesolutions" % "aem-healthcheck" % "1.3"
[com.shinesolutions/aem-healthcheck "1.3"]