文件下载
文件名 操作
deephaven-Integrations-0.25.3.jar 下载
deephaven-Integrations-0.25.3.pom 下载
deephaven-Integrations-0.25.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.deephaven</groupId>
  <artifactId>deephaven-Integrations</artifactId>
  <version>0.25.3</version>
</dependency>
Gradle Groovy
implementation 'io.deephaven:deephaven-Integrations:0.25.3'
Gradle Kotlin
implementation("io.deephaven:deephaven-Integrations:0.25.3")
Scala SBT
libraryDependencies += "io.deephaven" % "deephaven-Integrations" % "0.25.3"
Groovy Grape
@Grapes(
  @Grab(group='io.deephaven', module='deephaven-Integrations', version='0.25.3')
)
Apache Ivy
<dependency org="io.deephaven" name="deephaven-Integrations" rev="0.25.3" />
Leiningen
[io.deephaven/deephaven-Integrations "0.25.3"]
Apache Buildr
'io.deephaven:deephaven-Integrations:jar:0.25.3'