t

trino-wasm-python

WebAssembly Python host for Trino
https://trino.io
Apache License 2.0
文件下载
文件名 操作
trino-wasm-python-3.13-2.jar 下载
trino-wasm-python-3.13-2.pom 下载
trino-wasm-python-3.13-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-wasm-python</artifactId>
  <version>3.13-2</version>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-wasm-python:3.13-2'
Gradle Kotlin
implementation("io.trino:trino-wasm-python:3.13-2")
Scala SBT
libraryDependencies += "io.trino" % "trino-wasm-python" % "3.13-2"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-wasm-python', version='3.13-2')
)
Apache Ivy
<dependency org="io.trino" name="trino-wasm-python" rev="3.13-2" />
Leiningen
[io.trino/trino-wasm-python "3.13-2"]
Apache Buildr
'io.trino:trino-wasm-python:jar:3.13-2'