Files download
File Operation
athena-jdbc-2024.33.1.jar download
athena-jdbc-2024.33.1.pom download
athena-jdbc-2024.33.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>athena-jdbc</artifactId>
  <version>2024.33.1</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:athena-jdbc:2024.33.1'
Gradle Kotlin
implementation("com.amazonaws:athena-jdbc:2024.33.1")
Scala SBT
libraryDependencies += "com.amazonaws" % "athena-jdbc" % "2024.33.1"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='athena-jdbc', version='2024.33.1')
)
Apache Ivy
<dependency org="com.amazonaws" name="athena-jdbc" rev="2024.33.1" />
Leiningen
[com.amazonaws/athena-jdbc "2024.33.1"]
Apache Buildr
'com.amazonaws:athena-jdbc:jar:2024.33.1'