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