entando-portal-ui
Developing against local versions of upstream projects (e.g. admin-console, entando-engine).
Full instructions on how to develop against local versions of upstream projects are available in the entando-parent-bom project.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.entando.entando |
| Идентификатор | Идентификаторentando-portal-ui |
| Последняя версия | Последняя версия6.2.6 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеEntando Core: Portal UI
Entando Portal UI: an agile, modern and user-centric open source Portal platform.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| entando-portal-ui-6.2.6.pom | |
| entando-portal-ui-6.2.6.war | 63 MB |
| entando-portal-ui-6.2.6-tests.jar | 17 KB |
| entando-portal-ui-6.2.6-sources.jar | 50 KB |
| entando-portal-ui-6.2.6-javadoc.jar | 155 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.entando.entando/entando-portal-ui/ -->
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-portal-ui</artifactId>
<version>6.2.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando.entando/entando-portal-ui/
implementation 'org.entando.entando:entando-portal-ui:6.2.6'
// https://jarcasting.com/artifacts/org.entando.entando/entando-portal-ui/
implementation ("org.entando.entando:entando-portal-ui:6.2.6")
'org.entando.entando:entando-portal-ui:war:6.2.6'
<dependency org="org.entando.entando" name="entando-portal-ui" rev="6.2.6">
<artifact name="entando-portal-ui" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando', module='entando-portal-ui', version='6.2.6')
)
libraryDependencies += "org.entando.entando" % "entando-portal-ui" % "6.2.6"
[org.entando.entando/entando-portal-ui "6.2.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.entando.entando : entando-engine | jar | 6.2.23 |
| org.entando.entando : entando-admin-console | jar | 6.2.35 |
| org.owasp.esapi : esapi | jar | 2.1.0.1 |
| xom : xom | jar | 1.2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.entando.entando : entando-admin-console | test-jar | 6.2.35 |
| org.springframework : spring-test | jar | 5.1.8.RELEASE |
| junit : junit | jar | 4.12 |
| org.apache.derby : derbyclient | jar | 10.9.1.0 |
| org.apache.derby : derby | jar | 10.9.1.0 |
Full instructions on how to develop against local versions of upstream projects are available in the entando-parent-bom project.