MVN

org.entando.entando : entando-engine

Maven & Gradle

Apr 26, 2021
14 usages
87 stars

Entando Core: Engine · Entando Engine: an agile, modern and user-centric open source Portal platform.

<dependency>
    <groupId>org.entando.entando</groupId>
    <artifactId>entando-engine</artifactId>
    <version>5.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entando.entando : entando-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.2

All Versions

Choose a version of org.entando.entando : entando-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
entando-engine-6.2.27
6.1.x
entando-engine-6.1.1
entando-engine-6.1.0
5.3.x
entando-engine-5.3.2
entando-engine-5.3.1
5.2.x
entando-engine-5.2.0
5.1.x
entando-engine-5.1.0
5.0.x
entando-engine-5.0.3
entando-engine-5.0.2
entando-engine-5.0.1
entando-engine-5.0.0
4.3.x
entando-engine-4.3.2
entando-engine-4.3.1
entando-engine-4.3.0
4.2.x
entando-engine-4.2.0
entando-engine-4.2.0-TP1

How to add a dependency to Maven

Add the following org.entando.entando : entando-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entando.entando</groupId>
    <artifactId>entando-engine</artifactId>
    <version>5.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entando.entando : entando-engine gradle dependency to your build.gradle file:

implementation 'org.entando.entando:entando-engine:5.3.2'

Gradle Kotlin DSL: Add the following org.entando.entando : entando-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entando.entando:entando-engine:5.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entando.entando : entando-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entando.entando" % "entando-engine" % "5.3.2"

Advertisement