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