| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools GUI User Interface | 
| GroupId | GroupIdcom.adobe.aem.guides | 
| ArtifactId | ArtifactIdaem-guides-wknd-shared | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionWKND Shared Project - Reactor Project WKND Shared | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| aem-guides-wknd-shared-2.0.0.pom | 30 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.adobe.aem.guides/aem-guides-wknd-shared/ -->
<dependency>
    <groupId>com.adobe.aem.guides</groupId>
    <artifactId>aem-guides-wknd-shared</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.adobe.aem.guides/aem-guides-wknd-shared/
implementation 'com.adobe.aem.guides:aem-guides-wknd-shared:2.0.0'// https://jarcasting.com/artifacts/com.adobe.aem.guides/aem-guides-wknd-shared/
implementation ("com.adobe.aem.guides:aem-guides-wknd-shared:2.0.0")'com.adobe.aem.guides:aem-guides-wknd-shared:pom:2.0.0'<dependency org="com.adobe.aem.guides" name="aem-guides-wknd-shared" rev="2.0.0">
  <artifact name="aem-guides-wknd-shared" type="pom" />
</dependency>@Grapes(
@Grab(group='com.adobe.aem.guides', module='aem-guides-wknd-shared', version='2.0.0')
)libraryDependencies += "com.adobe.aem.guides" % "aem-guides-wknd-shared" % "2.0.0"[com.adobe.aem.guides/aem-guides-wknd-shared "2.0.0"]