All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.codetaco.date.pom.xml Maven / Gradle / Ivy

There is a newer version: 5.3.4
Show newest version
<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>com.codetaco</groupId>
        <artifactId>pom</artifactId>
        <version>2.0.1</version>
    </parent>

    <artifactId>date</artifactId>
    <version>5.1.0</version>
    <name>com.codetaco.date</name>

    <description>A better date function for JAVA</description>
    <url>https://bitbucket.org/codetaco/com.codetaco.date</url>
    <packaging>jar</packaging>

    <properties>
        <commons-codec.version>1.11</commons-codec.version>
    </properties>

    <distributionManagement>
        <repository>
            <id>${bintray.id}</id>
            <name>${bintray.name}</name>
            <url>${bintray.url}</url>
        </repository>
    </distributionManagement>

    <dependencies>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>${commons-codec.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jetbrains</groupId>
            <artifactId>annotations</artifactId>
            <version>16.0.2</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy