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.0.jar download
fiji-schema-0.1.0.pom download
fiji-schema-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.moz.fiji.schema</groupId>
  <artifactId>fiji-schema</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.moz.fiji.schema:fiji-schema:0.1.0'
Gradle Kotlin
implementation("com.moz.fiji.schema:fiji-schema:0.1.0")
Scala SBT
libraryDependencies += "com.moz.fiji.schema" % "fiji-schema" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.moz.fiji.schema', module='fiji-schema', version='0.1.0')
)
Apache Ivy
<dependency org="com.moz.fiji.schema" name="fiji-schema" rev="0.1.0" />
Leiningen
[com.moz.fiji.schema/fiji-schema "0.1.0"]
Apache Buildr
'com.moz.fiji.schema:fiji-schema:jar:0.1.0'