Download properties-loader-1.5.jar file

Introduction

You can download properties-loader-1.5.jar in this page.

License

Open Source

Type List

properties-loader-1.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/ru.yandex.qatools.properties/properties-loader/pom.properties
META-INF/maven/ru.yandex.qatools.properties/properties-loader/pom.xml
ru.yandex.qatools.properties.PropertyLoader.class
ru.yandex.qatools.properties.annotations.Property.class
ru.yandex.qatools.properties.annotations.Resource.class
ru.yandex.qatools.properties.annotations.Use.class
ru.yandex.qatools.properties.annotations.With.class
ru.yandex.qatools.properties.converters.EnumConverter.class
ru.yandex.qatools.properties.converters.URIConverter.class
ru.yandex.qatools.properties.decorators.DefaultFieldDecorator.class
ru.yandex.qatools.properties.decorators.FieldDecorator.class
ru.yandex.qatools.properties.exeptions.PropertyLoaderException.class
ru.yandex.qatools.properties.providers.DefaultPropertyProvider.class
ru.yandex.qatools.properties.providers.MapOrSyspropPathReplacerProvider.class
ru.yandex.qatools.properties.providers.PropertyProvider.class
ru.yandex.qatools.properties.utils.PropertiesUtils.class

Pom

properties-loader-1.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>properties</artifactId>
        <groupId>ru.yandex.qatools.properties</groupId>
        <version>1.5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>properties-loader</artifactId>
    <name>Yandex QATools Properties Loader</name>

    <dependencies>
        <dependency>
            <groupId>commons-beanutils</groupId>
            <artifactId>commons-beanutils-core</artifactId>
            <version>1.8.3</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.8.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>


</project>

POM Entry

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

Download

If you think the following properties-loader-1.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download properties-loader-1.5.jar file




PreviousNext

Related