t

trino-password-authenticators

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