MVN

ru.yandex.qatools.properties : properties-loader

Maven & Gradle

Mar 27, 2015
10 usages
51 stars

Yandex QATools Properties Loader

<dependency>
    <groupId>ru.yandex.qatools.properties</groupId>
    <artifactId>properties-loader</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yandex.qatools.properties : properties-loader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of ru.yandex.qatools.properties : properties-loader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
properties-loader-1.6
1.5
properties-loader-1.5
1.4
properties-loader-1.4
1.3
properties-loader-1.3

How to add a dependency to Maven

Add the following ru.yandex.qatools.properties : properties-loader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.yandex.qatools.properties</groupId>
    <artifactId>properties-loader</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.yandex.qatools.properties : properties-loader gradle dependency to your build.gradle file:

implementation 'ru.yandex.qatools.properties:properties-loader:1.6'

Gradle Kotlin DSL: Add the following ru.yandex.qatools.properties : properties-loader gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.yandex.qatools.properties:properties-loader:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.yandex.qatools.properties : properties-loader sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.yandex.qatools.properties" % "properties-loader" % "1.6"

Advertisement