| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGroovy Языки программирования |
| Группа | Группаcom.icfolson.aem.groovy.console |
| Идентификатор | Идентификаторaem-groovy-console |
| Последняя версия | Последняя версия16.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAEM Groovy Console
The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be
created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the AEM, Sling,
or JCR APIs.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aem-groovy-console-16.0.0.pom | |
| aem-groovy-console-16.0.0.zip | 7 MB |
| aem-groovy-console-16.0.0-sources.jar | 2 KB |
| aem-groovy-console-16.0.0-javadoc.jar | 532 bytes |
| aem-groovy-console-16.0.0-exclude-groovy-bundle.zip | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/ -->
<dependency>
<groupId>com.icfolson.aem.groovy.console</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>16.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/
implementation 'com.icfolson.aem.groovy.console:aem-groovy-console:16.0.0'
// https://jarcasting.com/artifacts/com.icfolson.aem.groovy.console/aem-groovy-console/
implementation ("com.icfolson.aem.groovy.console:aem-groovy-console:16.0.0")
'com.icfolson.aem.groovy.console:aem-groovy-console:jar:16.0.0'
<dependency org="com.icfolson.aem.groovy.console" name="aem-groovy-console" rev="16.0.0">
<artifact name="aem-groovy-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icfolson.aem.groovy.console', module='aem-groovy-console', version='16.0.0')
)
libraryDependencies += "com.icfolson.aem.groovy.console" % "aem-groovy-console" % "16.0.0"
[com.icfolson.aem.groovy.console/aem-groovy-console "16.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.osgi : org.osgi.service.component.annotations | jar | 1.4.0 |
| org.osgi : org.osgi.service.metatype.annotations | jar | 1.4.0 |
| org.osgi : org.osgi.service.component | jar | 1.4.0 |
| org.osgi : org.osgi.service.event | jar | 1.4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.jcr : jcr | jar | 2.0 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.inject : javax.inject | jar | 1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| javax.mail : mail | jar | 1.5.0-b01 |
| org.osgi : osgi.core | jar | 6.0.0 |
| org.osgi : osgi.cmpn | jar | 6.0.0 |
| org.osgi : osgi.annotation | jar | 6.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| org.apache.commons : commons-email | jar | 1.5 |
| org.codehaus.groovy : groovy-all | jar | 2.4.15 |
| com.icfolson.aem.groovy.extension : aem-groovy-extension-bundle | jar | 7.0.0 |
| com.adobe.aem : uber-jar | jar | 6.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.icfolson.aem.prosper : prosper | jar | 15.1.0 |