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