e

entando-bundles-parent

Bundles for Entando: providing small, useful bundles for Entando since 2013.
http://www.entando.com/
MIT LICENSE
Entando Corporation
Eugenio Santoboni William Ghelfi
文件下载
文件名 操作
entando-bundles-parent-4.2.0-TP1.pom 下载
Apache Maven
<dependency>
  <groupId>org.entando.entando.bundles</groupId>
  <artifactId>entando-bundles-parent</artifactId>
  <version>4.2.0-TP1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.entando.entando.bundles:entando-bundles-parent:4.2.0-TP1'
Gradle Kotlin
implementation("org.entando.entando.bundles:entando-bundles-parent:4.2.0-TP1")
Scala SBT
libraryDependencies += "org.entando.entando.bundles" % "entando-bundles-parent" % "4.2.0-TP1"
Groovy Grape
@Grapes(
  @Grab(group='org.entando.entando.bundles', module='entando-bundles-parent', version='4.2.0-TP1')
)
Apache Ivy
<dependency org="org.entando.entando.bundles" name="entando-bundles-parent" rev="4.2.0-TP1" />
Leiningen
[org.entando.entando.bundles/entando-bundles-parent "4.2.0-TP1"]
Apache Buildr
'org.entando.entando.bundles:entando-bundles-parent:jar:4.2.0-TP1'