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