| Категории |
КатегорииIDE Инструменты разработки GUI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.adobe.aem.guides |
| Идентификатор | Идентификаторaem-guides-wknd-shared |
| Версия | Версия1.2.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| aem-guides-wknd-shared-1.2.0.pom | 32 KB |
| Обзор |
<!-- 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>1.2.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:1.2.0'
// https://jarcasting.com/artifacts/com.adobe.aem.guides/aem-guides-wknd-shared/
implementation ("com.adobe.aem.guides:aem-guides-wknd-shared:1.2.0")
'com.adobe.aem.guides:aem-guides-wknd-shared:pom:1.2.0'
<dependency org="com.adobe.aem.guides" name="aem-guides-wknd-shared" rev="1.2.0">
<artifact name="aem-guides-wknd-shared" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adobe.aem.guides', module='aem-guides-wknd-shared', version='1.2.0')
)
libraryDependencies += "com.adobe.aem.guides" % "aem-guides-wknd-shared" % "1.2.0"
[com.adobe.aem.guides/aem-guides-wknd-shared "1.2.0"]