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
License |
License |
---|---|
GroupId | GroupIdorg.entando.entando |
ArtifactId | ArtifactIdentando-admin-console |
Last Version | Last Version6.2.38 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionEntando Core: Administration Console
Entando Administration Console: an agile, modern and user-centric open source Portal platform.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.servlet.jsp : jsp-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
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