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