| Группа | Группаcom.rte-france.powsybl |
|---|---|
| Идентификатор | Идентификаторpowsybl-shortcircuit-api |
| Версия | Версия3.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| powsybl-shortcircuit-api-3.5.0.pom | |
| powsybl-shortcircuit-api-3.5.0.jar | 38 KB |
| powsybl-shortcircuit-api-3.5.0-javadoc.jar | 549 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-shortcircuit-api/ -->
<dependency>
<groupId>com.rte-france.powsybl</groupId>
<artifactId>powsybl-shortcircuit-api</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-shortcircuit-api/
implementation 'com.rte-france.powsybl:powsybl-shortcircuit-api:3.5.0'
// https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-shortcircuit-api/
implementation ("com.rte-france.powsybl:powsybl-shortcircuit-api:3.5.0")
'com.rte-france.powsybl:powsybl-shortcircuit-api:jar:3.5.0'
<dependency org="com.rte-france.powsybl" name="powsybl-shortcircuit-api" rev="3.5.0">
<artifact name="powsybl-shortcircuit-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rte-france.powsybl', module='powsybl-shortcircuit-api', version='3.5.0')
)
libraryDependencies += "com.rte-france.powsybl" % "powsybl-shortcircuit-api" % "3.5.0"
[com.rte-france.powsybl/powsybl-shortcircuit-api "3.5.0"]