m

mara-annotations

Mara - Java Annotations Framework for MapReduce on Hadoop
https://github.com/conversant/mara
文件下载
文件名 操作
mara-annotations-0.9.6.jar 下载
mara-annotations-0.9.6.pom 下载
mara-annotations-0.9.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.conversantmedia</groupId>
  <artifactId>mara-annotations</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'com.conversantmedia:mara-annotations:0.9.6'
Gradle Kotlin
implementation("com.conversantmedia:mara-annotations:0.9.6")
Scala SBT
libraryDependencies += "com.conversantmedia" % "mara-annotations" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='com.conversantmedia', module='mara-annotations', version='0.9.6')
)
Apache Ivy
<dependency org="com.conversantmedia" name="mara-annotations" rev="0.9.6" />
Leiningen
[com.conversantmedia/mara-annotations "0.9.6"]
Apache Buildr
'com.conversantmedia:mara-annotations:jar:0.9.6'