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