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-5.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.entando.entando.bundles</groupId>
  <artifactId>entando-bundles-parent</artifactId>
  <version>5.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.entando.entando.bundles:entando-bundles-parent:5.0.0'
Gradle Kotlin
implementation("org.entando.entando.bundles:entando-bundles-parent:5.0.0")
Scala SBT
libraryDependencies += "org.entando.entando.bundles" % "entando-bundles-parent" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.entando.entando.bundles', module='entando-bundles-parent', version='5.0.0')
)
Apache Ivy
<dependency org="org.entando.entando.bundles" name="entando-bundles-parent" rev="5.0.0" />
Leiningen
[org.entando.entando.bundles/entando-bundles-parent "5.0.0"]
Apache Buildr
'org.entando.entando.bundles:entando-bundles-parent:jar:5.0.0'