| GroupId | GroupIdcom.rte-france.powsybl |
|---|---|
| ArtifactId | ArtifactIdpowsybl-estim-integration |
| Version | Version2.9.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-estim-integration/ -->
<dependency>
<groupId>com.rte-france.powsybl</groupId>
<artifactId>powsybl-estim-integration</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-estim-integration/
implementation 'com.rte-france.powsybl:powsybl-estim-integration:2.9.0'
// https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-estim-integration/
implementation ("com.rte-france.powsybl:powsybl-estim-integration:2.9.0")
'com.rte-france.powsybl:powsybl-estim-integration:jar:2.9.0'
<dependency org="com.rte-france.powsybl" name="powsybl-estim-integration" rev="2.9.0">
<artifact name="powsybl-estim-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rte-france.powsybl', module='powsybl-estim-integration', version='2.9.0')
)
libraryDependencies += "com.rte-france.powsybl" % "powsybl-estim-integration" % "2.9.0"
[com.rte-france.powsybl/powsybl-estim-integration "2.9.0"]