o

openengsb-framework-parent

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
Christoph Gritschenberger Michael Handler Michael Heil Tobias Hochwallner Philipp Hoenisch Christoph Karner Felix Mayerhuber Florian Motlik Andreas Pieber Fabian Souczek Eduard Szente Michael Zoech
Files download
File Operation
openengsb-framework-parent-2.4.3.pom download
Apache Maven
<dependency>
  <groupId>org.openengsb.framework</groupId>
  <artifactId>openengsb-framework-parent</artifactId>
  <version>2.4.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.framework:openengsb-framework-parent:2.4.3'
Gradle Kotlin
implementation("org.openengsb.framework:openengsb-framework-parent:2.4.3")
Scala SBT
libraryDependencies += "org.openengsb.framework" % "openengsb-framework-parent" % "2.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.framework', module='openengsb-framework-parent', version='2.4.3')
)
Apache Ivy
<dependency org="org.openengsb.framework" name="openengsb-framework-parent" rev="2.4.3" />
Leiningen
[org.openengsb.framework/openengsb-framework-parent "2.4.3"]
Apache Buildr
'org.openengsb.framework:openengsb-framework-parent:jar:2.4.3'