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