文件下载
文件名 操作
athena-jdbc-2024.18.1.jar 下载
athena-jdbc-2024.18.1.pom 下载
athena-jdbc-2024.18.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>athena-jdbc</artifactId>
  <version>2024.18.1</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:athena-jdbc:2024.18.1'
Gradle Kotlin
implementation("com.amazonaws:athena-jdbc:2024.18.1")
Scala SBT
libraryDependencies += "com.amazonaws" % "athena-jdbc" % "2024.18.1"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='athena-jdbc', version='2024.18.1')
)
Apache Ivy
<dependency org="com.amazonaws" name="athena-jdbc" rev="2024.18.1" />
Leiningen
[com.amazonaws/athena-jdbc "2024.18.1"]
Apache Buildr
'com.amazonaws:athena-jdbc:jar:2024.18.1'