m

mara-annotations

Mara - Java Annotations Framework for MapReduce on Hadoop
https://github.com/conversant/mara
Files download
File Operation
mara-annotations-0.9.2-mapr-4.0.2mr1-hbase0.94.jar download
mara-annotations-0.9.2-mapr-4.0.2mr1-hbase0.94.pom download
mara-annotations-0.9.2-mapr-4.0.2mr1-hbase0.94-sources.jar download
Apache Maven
<dependency>
  <groupId>com.conversantmedia</groupId>
  <artifactId>mara-annotations</artifactId>
  <version>0.9.2-mapr-4.0.2mr1-hbase0.94</version>
</dependency>
Gradle Groovy
implementation 'com.conversantmedia:mara-annotations:0.9.2-mapr-4.0.2mr1-hbase0.94'
Gradle Kotlin
implementation("com.conversantmedia:mara-annotations:0.9.2-mapr-4.0.2mr1-hbase0.94")
Scala SBT
libraryDependencies += "com.conversantmedia" % "mara-annotations" % "0.9.2-mapr-4.0.2mr1-hbase0.94"
Groovy Grape
@Grapes(
  @Grab(group='com.conversantmedia', module='mara-annotations', version='0.9.2-mapr-4.0.2mr1-hbase0.94')
)
Apache Ivy
<dependency org="com.conversantmedia" name="mara-annotations" rev="0.9.2-mapr-4.0.2mr1-hbase0.94" />
Leiningen
[com.conversantmedia/mara-annotations "0.9.2-mapr-4.0.2mr1-hbase0.94"]
Apache Buildr
'com.conversantmedia:mara-annotations:jar:0.9.2-mapr-4.0.2mr1-hbase0.94'