| GroupId | GroupIdorg.openengsb.infrastructure | 
|---|---|
| ArtifactId | ArtifactIdopenengsb-infrastructure-parent | 
| Version | Version1.2.1.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| openengsb-infrastructure-parent-1.2.1.RELEASE.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.openengsb.infrastructure/openengsb-infrastructure-parent/ -->
<dependency>
    <groupId>org.openengsb.infrastructure</groupId>
    <artifactId>openengsb-infrastructure-parent</artifactId>
    <version>1.2.1.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.openengsb.infrastructure/openengsb-infrastructure-parent/
implementation 'org.openengsb.infrastructure:openengsb-infrastructure-parent:1.2.1.RELEASE'// https://jarcasting.com/artifacts/org.openengsb.infrastructure/openengsb-infrastructure-parent/
implementation ("org.openengsb.infrastructure:openengsb-infrastructure-parent:1.2.1.RELEASE")'org.openengsb.infrastructure:openengsb-infrastructure-parent:pom:1.2.1.RELEASE'<dependency org="org.openengsb.infrastructure" name="openengsb-infrastructure-parent" rev="1.2.1.RELEASE">
  <artifact name="openengsb-infrastructure-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.openengsb.infrastructure', module='openengsb-infrastructure-parent', version='1.2.1.RELEASE')
)libraryDependencies += "org.openengsb.infrastructure" % "openengsb-infrastructure-parent" % "1.2.1.RELEASE"[org.openengsb.infrastructure/openengsb-infrastructure-parent "1.2.1.RELEASE"]