e

entando-bundles-parent

Bundles for Entando: providing small, useful bundles for Entando since 2013.
http://www.entando.com/
GNU Lesser General Public License, version 2.1
Entando S.r.l.
Eugenio Santoboni William Ghelfi
Files download
File Operation
entando-bundles-parent-3.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.entando.entando.bundles</groupId>
  <artifactId>entando-bundles-parent</artifactId>
  <version>3.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.entando.entando.bundles:entando-bundles-parent:3.2.0'
Gradle Kotlin
implementation("org.entando.entando.bundles:entando-bundles-parent:3.2.0")
Scala SBT
libraryDependencies += "org.entando.entando.bundles" % "entando-bundles-parent" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.entando.entando.bundles', module='entando-bundles-parent', version='3.2.0')
)
Apache Ivy
<dependency org="org.entando.entando.bundles" name="entando-bundles-parent" rev="3.2.0" />
Leiningen
[org.entando.entando.bundles/entando-bundles-parent "3.2.0"]
Apache Buildr
'org.entando.entando.bundles:entando-bundles-parent:jar:3.2.0'