entando-admin-console
This project produces the legacy Entando Admin Console and its required services. It can be imported as a war by Entando Apps that required the Admin Console rather than the AppBuilder
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.entando.entando |
| Идентификатор | Идентификаторentando-admin-console |
| Последняя версия | Последняя версия6.2.38 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеEntando Core: Administration Console
Entando Administration Console: an agile, modern and user-centric open source Portal platform.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| entando-admin-console-6.2.38.pom | |
| entando-admin-console-6.2.38.war | 63 MB |
| entando-admin-console-6.2.38-tests.jar | 157 KB |
| entando-admin-console-6.2.38-sources.jar | 507 KB |
| entando-admin-console-6.2.38-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.entando.entando/entando-admin-console/ -->
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.2.38</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando.entando/entando-admin-console/
implementation 'org.entando.entando:entando-admin-console:6.2.38'
// https://jarcasting.com/artifacts/org.entando.entando/entando-admin-console/
implementation ("org.entando.entando:entando-admin-console:6.2.38")
'org.entando.entando:entando-admin-console:war:6.2.38'
<dependency org="org.entando.entando" name="entando-admin-console" rev="6.2.38">
<artifact name="entando-admin-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando', module='entando-admin-console', version='6.2.38')
)
libraryDependencies += "org.entando.entando" % "entando-admin-console" % "6.2.38"
[org.entando.entando/entando-admin-console "6.2.38"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.entando.entando : entando-engine | jar | 6.2.23 |
| org.apache.struts : struts2-json-plugin | jar | 2.5.17 |
| org.apache.struts : struts2-tiles-plugin | jar | 2.5.17 |
| org.apache.struts : struts2-spring-plugin | jar | 2.5.17 |
| org.apache.tiles : tiles-api | jar | 3.0.8 |
| org.apache.tiles : tiles-core | jar | 3.0.8 |
| org.apache.tiles : tiles-ognl | jar | 3.0.8 |
| org.apache.httpcomponents : httpclient | jar | 4.5.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.servlet.jsp : jsp-api | jar | 2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.entando.entando : entando-engine | test-jar | 6.2.23 |
| org.springframework : spring-test | jar | 5.1.8.RELEASE |
| junit : junit | jar | 4.12 |
| org.apache.derby : derby | jar | 10.9.1.0 |
| org.apache.derby : derbyclient | jar | 10.9.1.0 |
This project produces the legacy Entando Admin Console and its required services. It can be imported as a war by Entando Apps that required the Admin Console rather than the AppBuilder