GroupId | GroupIdcom.shinesolutions |
---|---|
ArtifactId | ArtifactIdaem-orchestrator |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
aem-orchestrator-0.9.1.pom | |
aem-orchestrator-0.9.1.jar | 27 MB |
aem-orchestrator-0.9.1-tests.jar | 31 KB |
aem-orchestrator-0.9.1-sources.jar | 37 KB |
aem-orchestrator-0.9.1-javadoc.jar | 273 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shinesolutions/aem-orchestrator/ -->
<dependency>
<groupId>com.shinesolutions</groupId>
<artifactId>aem-orchestrator</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.shinesolutions/aem-orchestrator/
implementation 'com.shinesolutions:aem-orchestrator:0.9.1'
// https://jarcasting.com/artifacts/com.shinesolutions/aem-orchestrator/
implementation ("com.shinesolutions:aem-orchestrator:0.9.1")
'com.shinesolutions:aem-orchestrator:jar:0.9.1'
<dependency org="com.shinesolutions" name="aem-orchestrator" rev="0.9.1">
<artifact name="aem-orchestrator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shinesolutions', module='aem-orchestrator', version='0.9.1')
)
libraryDependencies += "com.shinesolutions" % "aem-orchestrator" % "0.9.1"
[com.shinesolutions/aem-orchestrator "0.9.1"]