How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-distribution-entsoe</artifactId>
<version>2.5.0</version>
</dependency>
Choose a version of com.powsybl : powsybl-distribution-entsoe to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5.x |
powsybl-distribution-entsoe-2.5.0
|
||
2.4.x |
powsybl-distribution-entsoe-2.4.0
|
||
2.3.x |
powsybl-distribution-entsoe-2.3.0
|
||
2.2.x |
powsybl-distribution-entsoe-2.2.0
|
||
2.1.x |
powsybl-distribution-entsoe-2.1.0
|
||
2.0.x |
powsybl-distribution-entsoe-2.0.0
|
||
1.6.x |
powsybl-distribution-entsoe-1.6.1
|
||
powsybl-distribution-entsoe-1.6.0
|
|||
1.5.x |
powsybl-distribution-entsoe-1.5.2
|
||
powsybl-distribution-entsoe-1.5.1
|
|||
powsybl-distribution-entsoe-1.5.0
|
|||
1.4.x |
powsybl-distribution-entsoe-1.4.1
|
||
powsybl-distribution-entsoe-1.4.0
|
|||
1.3.x |
powsybl-distribution-entsoe-1.3.1
|
||
powsybl-distribution-entsoe-1.3.0
|
|||
1.2.x |
powsybl-distribution-entsoe-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-distribution-entsoe</artifactId>
<version>2.5.0</version>
</dependency>
Advertisement