MVN

com.powsybl : pypowsybl

Maven & Gradle

Jul 26, 2023
48 stars

A C interface to powsybl, for pypowsybl implementation

<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>pypowsybl</artifactId>
    <version>0.24.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.powsybl : pypowsybl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24.0

All Versions

Choose a version of com.powsybl : pypowsybl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24.x
pypowsybl-0.24.0
0.23.x
pypowsybl-0.23.2
pypowsybl-0.23.1
pypowsybl-0.23.0
0.22.x
pypowsybl-0.22.0
0.21.x
pypowsybl-0.21.0
0.20.x
pypowsybl-0.20.0
0.19.x
pypowsybl-0.19.0
0.18.x
pypowsybl-0.18.0
0.17.x
pypowsybl-0.17.0
0.16.x
pypowsybl-0.16.0
0.15.x
pypowsybl-0.15.0
0.14.x
pypowsybl-0.14.0
0.13.x
pypowsybl-0.13.0
0.12.x
pypowsybl-0.12.0
0.11.x
pypowsybl-0.11.0
0.10.x
pypowsybl-0.10.0

How to add a dependency to Maven

Add the following com.powsybl : pypowsybl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>pypowsybl</artifactId>
    <version>0.24.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.powsybl : pypowsybl gradle dependency to your build.gradle file:

implementation 'com.powsybl:pypowsybl:0.24.0'

Gradle Kotlin DSL: Add the following com.powsybl : pypowsybl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.powsybl:pypowsybl:0.24.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.powsybl : pypowsybl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.powsybl" % "pypowsybl" % "0.24.0"

Advertisement