Files download
File Operation
fiji-common-flags-0.1.9.jar download
fiji-common-flags-0.1.9.pom download
fiji-common-flags-0.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.moz.fiji.common</groupId>
  <artifactId>fiji-common-flags</artifactId>
  <version>0.1.9</version>
</dependency>
Gradle Groovy
implementation 'com.moz.fiji.common:fiji-common-flags:0.1.9'
Gradle Kotlin
implementation("com.moz.fiji.common:fiji-common-flags:0.1.9")
Scala SBT
libraryDependencies += "com.moz.fiji.common" % "fiji-common-flags" % "0.1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.moz.fiji.common', module='fiji-common-flags', version='0.1.9')
)
Apache Ivy
<dependency org="com.moz.fiji.common" name="fiji-common-flags" rev="0.1.9" />
Leiningen
[com.moz.fiji.common/fiji-common-flags "0.1.9"]
Apache Buildr
'com.moz.fiji.common:fiji-common-flags:jar:0.1.9'