f

fiji-common-flags

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