MVN

com.powsybl : powsybl-iidm-geodata

Maven & Gradle

Jun 24, 2024

IIDM geographical data loader · The IIDM module to load geographical data on a network

<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>powsybl-iidm-geodata</artifactId>
    <version>6.4.0-RC2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.4.0-RC2
  • Latest Release Candidate: 6.4.0-RC2

All Versions

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

Version Vulnerabilities Updated
6.4.x
powsybl-iidm-geodata-6.4.0-RC2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.powsybl</groupId>
    <artifactId>powsybl-iidm-geodata</artifactId>
    <version>6.4.0-RC2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.powsybl:powsybl-iidm-geodata:6.4.0-RC2'

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

implementation("com.powsybl:powsybl-iidm-geodata:6.4.0-RC2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.powsybl" % "powsybl-iidm-geodata" % "6.4.0-RC2"