Files download
File Operation
deephaven-plugin-partitionedtable-0.33.0.jar download
deephaven-plugin-partitionedtable-0.33.0.pom download
deephaven-plugin-partitionedtable-0.33.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.deephaven</groupId>
  <artifactId>deephaven-plugin-partitionedtable</artifactId>
  <version>0.33.0</version>
</dependency>
Gradle Groovy
implementation 'io.deephaven:deephaven-plugin-partitionedtable:0.33.0'
Gradle Kotlin
implementation("io.deephaven:deephaven-plugin-partitionedtable:0.33.0")
Scala SBT
libraryDependencies += "io.deephaven" % "deephaven-plugin-partitionedtable" % "0.33.0"
Groovy Grape
@Grapes(
  @Grab(group='io.deephaven', module='deephaven-plugin-partitionedtable', version='0.33.0')
)
Apache Ivy
<dependency org="io.deephaven" name="deephaven-plugin-partitionedtable" rev="0.33.0" />
Leiningen
[io.deephaven/deephaven-plugin-partitionedtable "0.33.0"]
Apache Buildr
'io.deephaven:deephaven-plugin-partitionedtable:jar:0.33.0'