| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIdcom.powsybl |
| ArtifactId | ArtifactIdpowsybl-math-native |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMath native
Native library for PowSyBl math
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| powsybl-math-native-1.2.1.pom | |
| powsybl-math-native-1.2.1.jar | 173 KB |
| powsybl-math-native-1.2.1-sources.jar | 6 KB |
| powsybl-math-native-1.2.1-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.powsybl/powsybl-math-native/ -->
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-math-native</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.powsybl/powsybl-math-native/
implementation 'com.powsybl:powsybl-math-native:1.2.1'
// https://jarcasting.com/artifacts/com.powsybl/powsybl-math-native/
implementation ("com.powsybl:powsybl-math-native:1.2.1")
'com.powsybl:powsybl-math-native:jar:1.2.1'
<dependency org="com.powsybl" name="powsybl-math-native" rev="1.2.1">
<artifact name="powsybl-math-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.powsybl', module='powsybl-math-native', version='1.2.1')
)
libraryDependencies += "com.powsybl" % "powsybl-math-native" % "1.2.1"
[com.powsybl/powsybl-math-native "1.2.1"]