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