a

aem-helloworld-content

Files download
File Operation
aem-helloworld-content-0.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.shinesolutions</groupId>
  <artifactId>aem-helloworld-content</artifactId>
  <version>0.0.2</version>
  <type>content-package</type>
</dependency>
Gradle Groovy
implementation 'com.shinesolutions:aem-helloworld-content:0.0.2'
Gradle Kotlin
implementation("com.shinesolutions:aem-helloworld-content:0.0.2")
Scala SBT
libraryDependencies += "com.shinesolutions" % "aem-helloworld-content" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.shinesolutions', module='aem-helloworld-content', version='0.0.2')
)
Apache Ivy
<dependency org="com.shinesolutions" name="aem-helloworld-content" rev="0.0.2" />
Leiningen
[com.shinesolutions/aem-helloworld-content "0.0.2"]
Apache Buildr
'com.shinesolutions:aem-helloworld-content:jar:0.0.2'