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