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