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