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