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

net.yetamine.checks.1.0.2.source-code.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
<?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/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>net.yetamine</groupId>
        <artifactId>net.yetamine</artifactId>
        <version>3.0.1</version>
    </parent>

    <groupId>net.yetamine</groupId>
    <artifactId>net.yetamine.checks</artifactId>
    <version>1.0.2</version>
    <packaging>bundle</packaging>

    <name>net.yetamine.checks</name>
    <description>A set of utilities for compact runtime checks.</description>
    <url>https://github.com/pdolezal/net.yetamine.checks</url>
    <inceptionYear>2015</inceptionYear>

    <licenses>
        <license>
            <name>Creative Commons Attribution-ShareAlike 4.0 International</name>
            <url>http://creativecommons.org/licenses/by-sa/4.0/</url>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:https://github.com/pdolezal/net.yetamine.checks.git</connection>
        <url>https://github.com/pdolezal/net.yetamine.checks.git</url>
    </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>

                <configuration>
                    <instructions>
                        <Export-Package>
                            net.yetamine.checks.*
                        </Export-Package>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
        </dependency>
    </dependencies>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy