o

openengsb-framework-root

Parent project of all OpenEngSB subprojects. The OpenEngSB could be seen as an extension to an Enterprise Service Bus and is based on JBI (Service Mix). With this project it is tried to provide as many as possible SE domains and to allow to combine the tools as easily as possible.
http://openengsb.org
Apache 2
Files download
File Operation
openengsb-framework-root-2.5.1.pom download
Apache Maven
<dependency>
  <groupId>org.openengsb.framework</groupId>
  <artifactId>openengsb-framework-root</artifactId>
  <version>2.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.framework:openengsb-framework-root:2.5.1'
Gradle Kotlin
implementation("org.openengsb.framework:openengsb-framework-root:2.5.1")
Scala SBT
libraryDependencies += "org.openengsb.framework" % "openengsb-framework-root" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.framework', module='openengsb-framework-root', version='2.5.1')
)
Apache Ivy
<dependency org="org.openengsb.framework" name="openengsb-framework-root" rev="2.5.1" />
Leiningen
[org.openengsb.framework/openengsb-framework-root "2.5.1"]
Apache Buildr
'org.openengsb.framework:openengsb-framework-root:jar:2.5.1'