| GroupId | GroupIdorg.openengsb.integrationtest.wrapped | 
    
|---|---|
| ArtifactId | ArtifactIdopenengsb-integrationtest-wrapped-parent | 
    
| Version | Version1.0.2.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| openengsb-integrationtest-wrapped-parent-1.0.2.RELEASE.pom | 1 KB | 
| Browse | 
<!-- 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.0.2.RELEASE</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.0.2.RELEASE'
                // https://jarcasting.com/artifacts/org.openengsb.integrationtest.wrapped/openengsb-integrationtest-wrapped-parent/
implementation ("org.openengsb.integrationtest.wrapped:openengsb-integrationtest-wrapped-parent:1.0.2.RELEASE")
                'org.openengsb.integrationtest.wrapped:openengsb-integrationtest-wrapped-parent:pom:1.0.2.RELEASE'
                <dependency org="org.openengsb.integrationtest.wrapped" name="openengsb-integrationtest-wrapped-parent" rev="1.0.2.RELEASE">
  <artifact name="openengsb-integrationtest-wrapped-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.openengsb.integrationtest.wrapped', module='openengsb-integrationtest-wrapped-parent', version='1.0.2.RELEASE')
)
                libraryDependencies += "org.openengsb.integrationtest.wrapped" % "openengsb-integrationtest-wrapped-parent" % "1.0.2.RELEASE"
                [org.openengsb.integrationtest.wrapped/openengsb-integrationtest-wrapped-parent "1.0.2.RELEASE"]