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