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