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