base.utils-1.0.8.pom

A set of utils used in projects

Checksums

MD5 c1b418aeeeec46164f6a3cd8252f3cb2
SHA1 bf74f70487b7abd449a30dc624edb50aa656f4c2
SHA256 f607dfb27e4471c2b82a76a8e358d80556dbfd11553ac2de267e9ec09bc86de2
SHA512 6d1df9eb9c6416b91c03bb15e1abb30011c7d090be9555bb8f7aeb3a772d3d944b8e79e1b929d1753467fbafbd1c22266216a1d7514a801685c2fd78382aeb79

POM

<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">
    <modelVersion>4.0.0</modelVersion>
    
    <parent>    
        <groupId>ru.anr</groupId>
        <artifactId>base.platform.parent</artifactId>
        <version>1.0.0</version>
    </parent>
    
    <artifactId>base.utils</artifactId>
    <version>1.0.8</version>

    <name>Base Utils</name>
    <description>A set of utils used in projects</description>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:ssh://@github.com/anr-ru/base.utils.git</connection>
        <url>https://github.com/anr-ru/base.utils/</url>
        <tag>HEAD</tag>
    </scm>

    <developers>
        <developer>
            <id>alex</id>
            <name>Alexey Romanchuk</name>
            <email>alexey.p.romanchuk@gmail.com</email>
            <timezone>5</timezone>
        </developer>
    </developers>

    <dependencies>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-collections4</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
            <groupId>com.jamesmurty.utils</groupId>
            <artifactId>java-xmlbuilder</artifactId>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
        </dependency>
    </dependencies>


    <properties>
        <number>${DGC_VALUE}</number>
    </properties>

</project>