| GroupId | GroupIdcom.rte-france.powsybl |
|---|---|
| ArtifactId | ArtifactIdpowsybl-hades2-integration |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| powsybl-hades2-integration-3.0.0.pom | |
| powsybl-hades2-integration-3.0.0.jar | 101 KB |
| powsybl-hades2-integration-3.0.0-javadoc.jar | 620 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-hades2-integration/ -->
<dependency>
<groupId>com.rte-france.powsybl</groupId>
<artifactId>powsybl-hades2-integration</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-hades2-integration/
implementation 'com.rte-france.powsybl:powsybl-hades2-integration:3.0.0'
// https://jarcasting.com/artifacts/com.rte-france.powsybl/powsybl-hades2-integration/
implementation ("com.rte-france.powsybl:powsybl-hades2-integration:3.0.0")
'com.rte-france.powsybl:powsybl-hades2-integration:jar:3.0.0'
<dependency org="com.rte-france.powsybl" name="powsybl-hades2-integration" rev="3.0.0">
<artifact name="powsybl-hades2-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rte-france.powsybl', module='powsybl-hades2-integration', version='3.0.0')
)
libraryDependencies += "com.rte-france.powsybl" % "powsybl-hades2-integration" % "3.0.0"
[com.rte-france.powsybl/powsybl-hades2-integration "3.0.0"]