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