e

entando-bundles-parent

Bundles for Entando: providing small, useful bundles for Entando since 2013.
http://www.entando.com/
MIT LICENSE
Entando Inc.
Files download
File Operation
entando-bundles-parent-6.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.entando.entando.bundles</groupId>
  <artifactId>entando-bundles-parent</artifactId>
  <version>6.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.entando.entando.bundles:entando-bundles-parent:6.1.1'
Gradle Kotlin
implementation("org.entando.entando.bundles:entando-bundles-parent:6.1.1")
Scala SBT
libraryDependencies += "org.entando.entando.bundles" % "entando-bundles-parent" % "6.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.entando.entando.bundles', module='entando-bundles-parent', version='6.1.1')
)
Apache Ivy
<dependency org="org.entando.entando.bundles" name="entando-bundles-parent" rev="6.1.1" />
Leiningen
[org.entando.entando.bundles/entando-bundles-parent "6.1.1"]
Apache Buildr
'org.entando.entando.bundles:entando-bundles-parent:jar:6.1.1'