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