| GroupId | GroupIdcom.powsybl | 
    
|---|---|
| ArtifactId | ArtifactIdpowsybl-parent | 
    
| Version | Version6 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| powsybl-parent-6.pom | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.powsybl/powsybl-parent/ -->
<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>powsybl-parent</artifactId>
    <version>6</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.powsybl/powsybl-parent/
implementation 'com.powsybl:powsybl-parent:6'
                // https://jarcasting.com/artifacts/com.powsybl/powsybl-parent/
implementation ("com.powsybl:powsybl-parent:6")
                'com.powsybl:powsybl-parent:pom:6'
                <dependency org="com.powsybl" name="powsybl-parent" rev="6">
  <artifact name="powsybl-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.powsybl', module='powsybl-parent', version='6')
)
                libraryDependencies += "com.powsybl" % "powsybl-parent" % "6"
                [com.powsybl/powsybl-parent "6"]