m

maha-parent

Maha: A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid. More info at https://github.com/yahoo/maha
http://maven.apache.org
The Apache Software License, Version 2.0
Yahoo! Inc.
Yahoo Inc. Pranav Bhole Ritvik Jaiswal Hiral Patel
Files download
File Operation
maha-parent-6.158.pom download
Apache Maven
<dependency>
  <groupId>com.yahoo.maha</groupId>
  <artifactId>maha-parent</artifactId>
  <version>6.158</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.maha:maha-parent:6.158'
Gradle Kotlin
implementation("com.yahoo.maha:maha-parent:6.158")
Scala SBT
libraryDependencies += "com.yahoo.maha" % "maha-parent" % "6.158"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.maha', module='maha-parent', version='6.158')
)
Apache Ivy
<dependency org="com.yahoo.maha" name="maha-parent" rev="6.158" />
Leiningen
[com.yahoo.maha/maha-parent "6.158"]
Apache Buildr
'com.yahoo.maha:maha-parent:jar:6.158'