MVN

org.bitbucket.white_sdev : PropertiesManager

Maven & Gradle

Feb 01, 2021
1 usages

This library helps you read the properties you have in your project without dealing with Exceptions control, the method to use for accessing simple properties files or any configuration in general.

<dependency>
    <groupId>org.bitbucket.white_sdev</groupId>
    <artifactId>PropertiesManager</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.white_sdev : PropertiesManager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.bitbucket.white_sdev : PropertiesManager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
PropertiesManager-1.0.4
PropertiesManager-1.0.3
PropertiesManager-1.0.2
PropertiesManager-1.0.1
PropertiesManager-1.0.0

How to add a dependency to Maven

Add the following org.bitbucket.white_sdev : PropertiesManager maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.white_sdev</groupId>
    <artifactId>PropertiesManager</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.white_sdev : PropertiesManager gradle dependency to your build.gradle file:

implementation 'org.bitbucket.white_sdev:PropertiesManager:1.0.4'

Gradle Kotlin DSL: Add the following org.bitbucket.white_sdev : PropertiesManager gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.white_sdev:PropertiesManager:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.white_sdev : PropertiesManager sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.white_sdev" % "PropertiesManager" % "1.0.4"

Advertisement