s

schema-platform-api

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