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