e

entando-apps-parent

APPS for Entando: an agile, modern and user-centric open source Portal platform.
http://www.entando.com/
MIT LICENSE
Entando Corporation
Eugenio Santoboni
Files download
File Operation
entando-apps-parent-4.2.0-TP1.pom download
Apache Maven
<dependency>
  <groupId>org.entando.entando.apps</groupId>
  <artifactId>entando-apps-parent</artifactId>
  <version>4.2.0-TP1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.entando.entando.apps:entando-apps-parent:4.2.0-TP1'
Gradle Kotlin
implementation("org.entando.entando.apps:entando-apps-parent:4.2.0-TP1")
Scala SBT
libraryDependencies += "org.entando.entando.apps" % "entando-apps-parent" % "4.2.0-TP1"
Groovy Grape
@Grapes(
  @Grab(group='org.entando.entando.apps', module='entando-apps-parent', version='4.2.0-TP1')
)
Apache Ivy
<dependency org="org.entando.entando.apps" name="entando-apps-parent" rev="4.2.0-TP1" />
Leiningen
[org.entando.entando.apps/entando-apps-parent "4.2.0-TP1"]
Apache Buildr
'org.entando.entando.apps:entando-apps-parent:jar:4.2.0-TP1'