MVN

nz.ac.auckland.groupapps.lmz : lmz-flags

Maven & Gradle

Mar 16, 2014
20 usages
0 stars

lmz-flags · Flags used across the LMZ applications.

<dependency>
    <groupId>nz.ac.auckland.groupapps.lmz</groupId>
    <artifactId>lmz-flags</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.auckland.groupapps.lmz : lmz-flags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of nz.ac.auckland.groupapps.lmz : lmz-flags to add to Maven or Gradle - All Versions:

  • Version Updated
  • lmz-flags-1.2

    Mar 16, 2014
  • lmz-flags-1.1

    Feb 08, 2014

How to add a dependency to Maven

Add the following nz.ac.auckland.groupapps.lmz : lmz-flags maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.auckland.groupapps.lmz</groupId>
    <artifactId>lmz-flags</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.auckland.groupapps.lmz : lmz-flags gradle dependency to your build.gradle file:

implementation 'nz.ac.auckland.groupapps.lmz:lmz-flags:1.2'

Gradle Kotlin DSL: Add the following nz.ac.auckland.groupapps.lmz : lmz-flags gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.auckland.groupapps.lmz:lmz-flags:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.auckland.groupapps.lmz : lmz-flags sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.auckland.groupapps.lmz" % "lmz-flags" % "1.2"