<dependency>
<groupId>org.openengsb.integrationtest.wrapped</groupId>
<artifactId>openengsb-integrationtest-wrapped-parent</artifactId>
<version>1.0.6.RELEASE</version>
</dependency>
implementation group: 'org.openengsb.integrationtest.wrapped', name: 'openengsb-integrationtest-wrapped-parent', version: '1.0.6.RELEASE'
implementation 'org.openengsb.integrationtest.wrapped:openengsb-integrationtest-wrapped-parent:1.0.6.RELEASE'
implementation("org.openengsb.integrationtest.wrapped:openengsb-integrationtest-wrapped-parent:1.0.6.RELEASE")
libraryDependencies += "org.openengsb.integrationtest.wrapped" % "openengsb-integrationtest-wrapped-parent" % "1.0.6.RELEASE"
<dependency org="org.openengsb.integrationtest.wrapped" name="openengsb-integrationtest-wrapped-parent" rev="1.0.6.RELEASE"/>
@Grapes(
@Grab(group='org.openengsb.integrationtest.wrapped', module='openengsb-integrationtest-wrapped-parent', version='1.0.6.RELEASE')
)
[org.openengsb.integrationtest.wrapped/openengsb-integrationtest-wrapped-parent "1.0.6.RELEASE"]
'org.openengsb.integrationtest.wrapped:openengsb-integrationtest-wrapped-parent:jar:1.0.6.RELEASE'