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