is not current version
Last Version 1.1.0.M2

org.openengsb.integrationtest.wrapped:openengsb-integrationtest-wrapped-parent 1.1.0.M1

While most bundles work quite find with the typical wrapped bundle code from poms/wrapped there are some special cases where it does not work this way. This parent contains all bundles which are not meant to be wrapped in the classical way, but require some additional, special work.

GroupId

GroupId

org.openengsb.integrationtest.wrapped
ArtifactId

ArtifactId

openengsb-integrationtest-wrapped-parent
Version

Version

1.1.0.M1
Type

Type

pom

Download openengsb-integrationtest-wrapped-parent 1.1.0.M1


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