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