MVN

com.rte-france.powsybl : powsybl-hades2-integration

Maven & Gradle

Aug 24, 2023
14 usages

Hades2 integration · Hades integration

<dependency>
    <groupId>com.rte-france.powsybl</groupId>
    <artifactId>powsybl-hades2-integration</artifactId>
    <version>3.14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rte-france.powsybl : powsybl-hades2-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.14.1
  • Latest Alpha: 3.3.0-alpha-1

All Versions

Choose a version of com.rte-france.powsybl : powsybl-hades2-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.14.x
powsybl-hades2-integration-3.14.1
powsybl-hades2-integration-3.14.0
3.13.x
powsybl-hades2-integration-3.13.1
powsybl-hades2-integration-3.13.0
3.12.x
powsybl-hades2-integration-3.12.0
3.11.x
powsybl-hades2-integration-3.11.0
3.10.x
powsybl-hades2-integration-3.10.0
3.9.x
powsybl-hades2-integration-3.9.0
3.8.x
powsybl-hades2-integration-3.8.0
3.7.x
powsybl-hades2-integration-3.7.1
powsybl-hades2-integration-3.7.0
3.6.x
powsybl-hades2-integration-3.6.0
3.5.x
powsybl-hades2-integration-3.5.0
3.4.x
powsybl-hades2-integration-3.4.0
3.3.x
powsybl-hades2-integration-3.3.1
powsybl-hades2-integration-3.3.0
powsybl-hades2-integration-3.3.0-alpha-1
3.2.x
powsybl-hades2-integration-3.2.0
3.1.x
powsybl-hades2-integration-3.1.0
3.0.x
powsybl-hades2-integration-3.0.0
2.15.x
powsybl-hades2-integration-2.15.0
2.14.x
powsybl-hades2-integration-2.14.1
powsybl-hades2-integration-2.14.0
2.13.x
powsybl-hades2-integration-2.13.0
2.12.x
powsybl-hades2-integration-2.12.1
powsybl-hades2-integration-2.12.0
2.11.x
powsybl-hades2-integration-2.11.2
powsybl-hades2-integration-2.11.1
powsybl-hades2-integration-2.11.0
2.10.x
powsybl-hades2-integration-2.10.1
powsybl-hades2-integration-2.10.0
2.9.x
powsybl-hades2-integration-2.9.1
powsybl-hades2-integration-2.9.0
2.8.x
powsybl-hades2-integration-2.8.1
powsybl-hades2-integration-2.8.0
2.7.x
powsybl-hades2-integration-2.7.1
powsybl-hades2-integration-2.7.0
2.6.x
powsybl-hades2-integration-2.6.2
powsybl-hades2-integration-2.6.1
powsybl-hades2-integration-2.6.0
2.5.x
powsybl-hades2-integration-2.5.2
powsybl-hades2-integration-2.5.1
powsybl-hades2-integration-2.5.0
2.4.x
powsybl-hades2-integration-2.4.1
powsybl-hades2-integration-2.4.0
2.3.x
powsybl-hades2-integration-2.3.0
2.2.x
powsybl-hades2-integration-2.2.1
powsybl-hades2-integration-2.2.0
2.1.x
powsybl-hades2-integration-2.1.3
powsybl-hades2-integration-2.1.2

How to add a dependency to Maven

Add the following com.rte-france.powsybl : powsybl-hades2-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rte-france.powsybl</groupId>
    <artifactId>powsybl-hades2-integration</artifactId>
    <version>3.14.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rte-france.powsybl : powsybl-hades2-integration gradle dependency to your build.gradle file:

implementation 'com.rte-france.powsybl:powsybl-hades2-integration:3.14.1'

Gradle Kotlin DSL: Add the following com.rte-france.powsybl : powsybl-hades2-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rte-france.powsybl:powsybl-hades2-integration:3.14.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rte-france.powsybl : powsybl-hades2-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rte-france.powsybl" % "powsybl-hades2-integration" % "3.14.1"

Advertisement