is not current version
Last Version 2.0.2

org.openengsb:openengsb-parent 1.0.3.RELEASE

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.

GroupId

GroupId

org.openengsb
ArtifactId

ArtifactId

openengsb-parent
Version

Version

1.0.3.RELEASE
Type

Type

pom

Download openengsb-parent 1.0.3.RELEASE


<!-- https://jarcasting.com/artifacts/org.openengsb/openengsb-parent/ -->
<dependency>
    <groupId>org.openengsb</groupId>
    <artifactId>openengsb-parent</artifactId>
    <version>1.0.3.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb/openengsb-parent/
implementation 'org.openengsb:openengsb-parent:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.openengsb/openengsb-parent/
implementation ("org.openengsb:openengsb-parent:1.0.3.RELEASE")
'org.openengsb:openengsb-parent:pom:1.0.3.RELEASE'
<dependency org="org.openengsb" name="openengsb-parent" rev="1.0.3.RELEASE">
  <artifact name="openengsb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openengsb', module='openengsb-parent', version='1.0.3.RELEASE')
)
libraryDependencies += "org.openengsb" % "openengsb-parent" % "1.0.3.RELEASE"
[org.openengsb/openengsb-parent "1.0.3.RELEASE"]