GroupId | GroupIdcom.shinesolutions |
---|---|
ArtifactId | ArtifactIdaem-helloworld |
Version | Version0.0.1 |
Type | Typepom |
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"]