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