p

powsybl-glsk-commons

A set of miscellaneous utility classes glsk related
文件下载
文件名 操作
powsybl-glsk-commons-2.6.0.jar 下载
powsybl-glsk-commons-2.6.0.pom 下载
powsybl-glsk-commons-2.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.powsybl</groupId>
  <artifactId>powsybl-glsk-commons</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.powsybl:powsybl-glsk-commons:2.6.0'
Gradle Kotlin
implementation("com.powsybl:powsybl-glsk-commons:2.6.0")
Scala SBT
libraryDependencies += "com.powsybl" % "powsybl-glsk-commons" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.powsybl', module='powsybl-glsk-commons', version='2.6.0')
)
Apache Ivy
<dependency org="com.powsybl" name="powsybl-glsk-commons" rev="2.6.0" />
Leiningen
[com.powsybl/powsybl-glsk-commons "2.6.0"]
Apache Buildr
'com.powsybl:powsybl-glsk-commons:jar:2.6.0'