MVN

nz.net.osnz.jmz : jmz-configuration

Maven & Gradle

Apr 04, 2014
2 usages

jmz-configuration · Property Place Holder to hold multiple properties

<dependency>
    <groupId>nz.net.osnz.jmz</groupId>
    <artifactId>jmz-configuration</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.net.osnz.jmz : jmz-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of nz.net.osnz.jmz : jmz-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jmz-configuration-1.1

How to add a dependency to Maven

Add the following nz.net.osnz.jmz : jmz-configuration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.net.osnz.jmz</groupId>
    <artifactId>jmz-configuration</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.net.osnz.jmz : jmz-configuration gradle dependency to your build.gradle file:

implementation 'nz.net.osnz.jmz:jmz-configuration:1.1'

Gradle Kotlin DSL: Add the following nz.net.osnz.jmz : jmz-configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.net.osnz.jmz:jmz-configuration:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.net.osnz.jmz : jmz-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.net.osnz.jmz" % "jmz-configuration" % "1.1"