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