License |
License |
---|---|
GroupId | GroupIdcom.shinesolutions |
ArtifactId | ArtifactIdaem-helloworld |
Version | Version0.0.2 |
Type | Typepom |
Description |
DescriptionAEM Hello World - Reactor Project
Maven Multimodule project for AEM Hello World.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aem-helloworld-0.0.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/ -->
<dependency>
<groupId>com.shinesolutions</groupId>
<artifactId>aem-helloworld</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/
implementation 'com.shinesolutions:aem-helloworld:0.0.2'
// https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/
implementation ("com.shinesolutions:aem-helloworld:0.0.2")
'com.shinesolutions:aem-helloworld:pom:0.0.2'
<dependency org="com.shinesolutions" name="aem-helloworld" rev="0.0.2">
<artifact name="aem-helloworld" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.shinesolutions', module='aem-helloworld', version='0.0.2')
)
libraryDependencies += "com.shinesolutions" % "aem-helloworld" % "0.0.2"
[com.shinesolutions/aem-helloworld "0.0.2"]