t

trino-filesystem-azure

Trino - Azure Blob file system support
Files download
File Operation
trino-filesystem-azure-447.jar download
trino-filesystem-azure-447.pom download
trino-filesystem-azure-447-sources.jar download
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-filesystem-azure</artifactId>
  <version>447</version>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-filesystem-azure:447'
Gradle Kotlin
implementation("io.trino:trino-filesystem-azure:447")
Scala SBT
libraryDependencies += "io.trino" % "trino-filesystem-azure" % "447"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-filesystem-azure', version='447')
)
Apache Ivy
<dependency org="io.trino" name="trino-filesystem-azure" rev="447" />
Leiningen
[io.trino/trino-filesystem-azure "447"]
Apache Buildr
'io.trino:trino-filesystem-azure:jar:447'