o

openengsb-framework-parent

Parent project of all OpenEngSB subprojects. The OpenEngSB could be seen as an Enterprise Service Bus (ESB) focusing on the models of tools instead of their services, as classical ESBs do.
http://openengsb.org
Apache 2
Files download
File Operation
openengsb-framework-parent-3.0.0.M2.pom download
Apache Maven
<dependency>
  <groupId>org.openengsb.framework</groupId>
  <artifactId>openengsb-framework-parent</artifactId>
  <version>3.0.0.M2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.framework:openengsb-framework-parent:3.0.0.M2'
Gradle Kotlin
implementation("org.openengsb.framework:openengsb-framework-parent:3.0.0.M2")
Scala SBT
libraryDependencies += "org.openengsb.framework" % "openengsb-framework-parent" % "3.0.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.framework', module='openengsb-framework-parent', version='3.0.0.M2')
)
Apache Ivy
<dependency org="org.openengsb.framework" name="openengsb-framework-parent" rev="3.0.0.M2" />
Leiningen
[org.openengsb.framework/openengsb-framework-parent "3.0.0.M2"]
Apache Buildr
'org.openengsb.framework:openengsb-framework-parent:jar:3.0.0.M2'