MVN

com.moz.fiji.common : fiji-common-flags

Maven & Gradle

Jul 20, 2016
45 usages
1 stars

Fiji · Fiji allows the imposition of schema and much else upon HBase.

<dependency>
    <groupId>com.moz.fiji.common</groupId>
    <artifactId>fiji-common-flags</artifactId>
    <version>0.1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moz.fiji.common : fiji-common-flags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.22

All Versions

Choose a version of com.moz.fiji.common : fiji-common-flags to add to Maven or Gradle - All Versions:

  • Version Updated
  • fiji-common-flags-0.1.22

    Jul 19, 2016
  • fiji-common-flags-0.1.21

    Jul 19, 2016
  • fiji-common-flags-0.1.19

    Jul 19, 2016
  • fiji-common-flags-0.1.18

    Jul 18, 2016
  • fiji-common-flags-0.1.17

    Jul 18, 2016
  • fiji-common-flags-0.1.16

    Jul 14, 2016
  • fiji-common-flags-0.1.14

    Jul 06, 2016
  • fiji-common-flags-0.1.13

    Jul 06, 2016
  • fiji-common-flags-0.1.9

    Jun 23, 2016
  • fiji-common-flags-0.1.8

    Jun 23, 2016
  • fiji-common-flags-0.1.7

    Jun 22, 2016
  • fiji-common-flags-0.1.6

    Jun 22, 2016
  • fiji-common-flags-0.1.2

    Apr 20, 2016
  • fiji-common-flags-0.1.1

    Apr 08, 2016
  • fiji-common-flags-0.1.0

    Mar 10, 2016

How to add a dependency to Maven

Add the following com.moz.fiji.common : fiji-common-flags maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moz.fiji.common</groupId>
    <artifactId>fiji-common-flags</artifactId>
    <version>0.1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moz.fiji.common : fiji-common-flags gradle dependency to your build.gradle file:

implementation 'com.moz.fiji.common:fiji-common-flags:0.1.22'

Gradle Kotlin DSL: Add the following com.moz.fiji.common : fiji-common-flags gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moz.fiji.common:fiji-common-flags:0.1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moz.fiji.common : fiji-common-flags sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moz.fiji.common" % "fiji-common-flags" % "0.1.22"