f

fiji-schema

Fiji allows the imposition of schema and much else upon HBase.
https://github.com/seomoz/fiji
The Apache License, Version 2.0
Maura Hubbell
Files download
File Operation
fiji-schema-0.1.1.jar download
fiji-schema-0.1.1.pom download
fiji-schema-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.moz.fiji.schema</groupId>
  <artifactId>fiji-schema</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.moz.fiji.schema:fiji-schema:0.1.1'
Gradle Kotlin
implementation("com.moz.fiji.schema:fiji-schema:0.1.1")
Scala SBT
libraryDependencies += "com.moz.fiji.schema" % "fiji-schema" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.moz.fiji.schema', module='fiji-schema', version='0.1.1')
)
Apache Ivy
<dependency org="com.moz.fiji.schema" name="fiji-schema" rev="0.1.1" />
Leiningen
[com.moz.fiji.schema/fiji-schema "0.1.1"]
Apache Buildr
'com.moz.fiji.schema:fiji-schema:jar:0.1.1'