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