is not current version
Last Version 0.0.2

com.shinesolutions:aem-helloworld 0.0.1

Maven Multimodule project for AEM Hello World.

GroupId

GroupId

com.shinesolutions
ArtifactId

ArtifactId

aem-helloworld
Version

Version

0.0.1
Type

Type

pom

Download aem-helloworld 0.0.1

Filename Size
aem-helloworld-0.0.1.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/ -->
<dependency>
    <groupId>com.shinesolutions</groupId>
    <artifactId>aem-helloworld</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/
implementation 'com.shinesolutions:aem-helloworld:0.0.1'
// https://jarcasting.com/artifacts/com.shinesolutions/aem-helloworld/
implementation ("com.shinesolutions:aem-helloworld:0.0.1")
'com.shinesolutions:aem-helloworld:pom:0.0.1'
<dependency org="com.shinesolutions" name="aem-helloworld" rev="0.0.1">
  <artifact name="aem-helloworld" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.shinesolutions', module='aem-helloworld', version='0.0.1')
)
libraryDependencies += "com.shinesolutions" % "aem-helloworld" % "0.0.1"
[com.shinesolutions/aem-helloworld "0.0.1"]